#A26D8A

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

Shades of Strikemaster #A26D8A

Tints of Strikemaster #A26D8A

Color information

#A26D8A (or 0xA26D8A) is unknown color: approx Strikemaster. HEX triplet: A2, 6D and 8A. RGB value is (162,109,138). Sum of RGB (Red+Green+Blue) = 162+109+138=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D8A is #5D9275. Grayscale: #808080. Windows color (decimal): -6132342 or 9072034. OLE color: 9072034.

HSL color Cylindrical-coordinate representation of color #A26D8A: hue angle of 327.17º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26D8A is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162109138-
CMYK00.330.150.36
HSL327.17º22.18%53.14%-
HSV(B)327.17º32.72%63.53%-
XYZ24.9620.4526.68-
YUV128.15133.56152.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=39.61%
G=26.65%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210913800.330.150.36327.1722.1853.14
HexA26D8A021F241471635
Octal24215521204117445072665
Binary101000101101101100010100100001111110010010100011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D8A; }

 p { color: rgb(162,109,138); }

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

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

 a { background-color: rgb(162,109,138); }

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

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

 span { border-color: rgb(162,109,138); }

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