#A26C8A

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

Shades of Strikemaster #A26C8A

Tints of Strikemaster #A26C8A

Color information

#A26C8A (or 0xA26C8A) is unknown color: approx Strikemaster. HEX triplet: A2, 6C and 8A. RGB value is (162,108,138). Sum of RGB (Red+Green+Blue) = 162+108+138=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C8A is #5D9375. Grayscale: #7F7F7F. Windows color (decimal): -6132598 or 9071778. OLE color: 9071778.

HSL color Cylindrical-coordinate representation of color #A26C8A: hue angle of 326.67º degrees, saturation: 0.23, 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 #A26C8A is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162108138-
CMYK00.330.150.36
HSL326.67º22.5%52.94%-
HSV(B)326.67º33.33%63.53%-
XYZ24.8520.2426.64-
YUV127.57133.89152.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=39.71%
G=26.47%
B=33.82%

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
Decimal16210813800.330.150.36326.6722.552.94
HexA26C8A021F241471735
Octal24215421204117445072765
Binary101000101101100100010100100001111110010010100011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C8A; }

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

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

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

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

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

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

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

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