#A26588

Color #A26588 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A26588

Tints of Strikemaster #A26588

Color information

#A26588 (or 0xA26588) is unknown color: approx Strikemaster. HEX triplet: A2, 65 and 88. RGB value is (162,101,136). Sum of RGB (Red+Green+Blue) = 162+101+136=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A26588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26588 is #5D9A77. Grayscale: #7B7B7B. Windows color (decimal): -6134392 or 8938914. OLE color: 8938914.

HSL color Cylindrical-coordinate representation of color #A26588: hue angle of 325.57º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A26588 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162101136-
CMYK00.380.160.36
HSL325.57º24.7%51.57%-
HSV(B)325.57º37.65%63.53%-
XYZ2418.7725.65-
YUV123.23135.21155.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=40.60%
G=25.31%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210113600.380.160.36325.5724.751.57
HexA2658802610241461934
Octal24214521004620445063164
Binary1010001011001011000100001001101000010010010100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26588; }

 p { color: rgb(162,101,136); }

 H1.HeaderClassName
 {
   color: #A26588;
 }
 .AnyTagClassName
 {
   color: #A26588;
 }
</style>
background-color css

<style>
 a { background-color: #A26588; }

 a { background-color: rgb(162,101,136); }

 div.DivClassName
 {
   background-color: #A26588;
 }
 .BgClassName
 {
   background-color: #A26588;
 }
</style>
border-color css

<style>
 span { border-color: #A26588; }

 span { border-color: rgb(162,101,136); }

 td.TdClassName
 {
   border-color: #A26588;
 }
 .TagClassName
 {
   border-color: #A26588;
 }
</style>