#A66589

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

Shades of Strikemaster #A66589

Tints of Strikemaster #A66589

Color information

#A66589 (or 0xA66589) is unknown color: approx Strikemaster. HEX triplet: A6, 65 and 89. RGB value is (166,101,137). Sum of RGB (Red+Green+Blue) = 166+101+137=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A66589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66589 is #599A76. Grayscale: #7C7C7C. Windows color (decimal): -5872247 or 9004454. OLE color: 9004454.

HSL color Cylindrical-coordinate representation of color #A66589: hue angle of 326.77º 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 #A66589 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166101137-
CMYK00.390.170.35
HSL326.77º26.75%52.35%-
HSV(B)326.77º39.16%65.1%-
XYZ24.8919.2226.06-
YUV124.54135.03157.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=41.09%
G=25%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610113700.390.170.35326.7726.7552.35
HexA6658902711231471b34
Octal24614521104721435073364
Binary1010011011001011000100101001111000110001110100011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66589; }

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

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

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

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

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

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

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

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