#A66588

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

Shades of Strikemaster #A66588

Tints of Strikemaster #A66588

Color information

#A66588 (or 0xA66588) is unknown color: approx Strikemaster. HEX triplet: A6, 65 and 88. RGB value is (166,101,136). Sum of RGB (Red+Green+Blue) = 166+101+136=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66588 is #599A77. Grayscale: #7C7C7C. Windows color (decimal): -5872248 or 8938918. OLE color: 8938918.

HSL color Cylindrical-coordinate representation of color #A66588: hue angle of 327.69º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66588 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB166101136-
CMYK00.390.180.35
HSL327.69º26.75%52.35%-
HSV(B)327.69º39.16%65.1%-
XYZ24.8219.1925.69-
YUV124.42134.53157.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=41.19%
G=25.06%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610113600.390.180.35327.6926.7552.35
HexA6658802712231481b34
Octal24614521004722435103364
Binary1010011011001011000100001001111001010001110100100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66588; }

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

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

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

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

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

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

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

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