#A26E88

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

Shades of Strikemaster #A26E88

Tints of Strikemaster #A26E88

Color information

#A26E88 (or 0xA26E88) is unknown color: approx Strikemaster. HEX triplet: A2, 6E and 88. RGB value is (162,110,136). Sum of RGB (Red+Green+Blue) = 162+110+136=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E88 is #5D9177. Grayscale: #808080. Windows color (decimal): -6132088 or 8941218. OLE color: 8941218.

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

Color convert

RGB162110136-
CMYK00.320.160.36
HSL330º21.85%53.33%-
HSV(B)330º32.1%63.53%-
XYZ24.9220.6125.96-
YUV128.51132.23151.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=39.71%
G=26.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211013600.320.160.3633021.8553.33
HexA26E88020102414a1635
Octal24215621004020445122665
Binary1010001011011101000100001000001000010010010100101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E88; }

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

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

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

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

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

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

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

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