Html Css Color HEX #A66588 Strikemaster

📋 copy color: '#A66588'

red 166 ◦ green 101 ◦ blue 136

#A66588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #A66588

Tints of Strikemaster #A66588

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 value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A66588 (or 0xA66588) is known color: 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

RGB 166 101 136 -
CMYK 0 0.39 0.18 0.35
HSL 327.69º 0.27% 0.52% -
HSV(B) 327.69º 0.39% 0.65% -
XYZ 24.82 19.19 25.69 -
YUV 124.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 166 101 136 0 0.39 0.18 0.35 327.69 0.27 0.52
Hex A6 65 88 0 27 12 23 148 1B 34
Octal 246 145 210 0 47 22 43 510 33 64
Binary 10100110 1100101 10001000 0 100111 10010 100011 101001000 11011 110100

Color Harmonies of #A66588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66588

Black with #A66588

Text Example


Text Example

White with #A66588

Text Example


Text Example

HTML Codes & Css Web 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>