Html Css Color HEX #A61276 Eggplant

📋 copy color: '#A61276'

red 166 ◦ green 18 ◦ blue 118

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

Shades of Eggplant #A61276

Tints of Eggplant #A61276

RGB

 RED value IS 166 (65.23% from 255) = 54.97%

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 54.97%
G = 5.96%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A61276 (or 0xA61276) is known color: Eggplant. HEX triplet: A6, 12 and 76. RGB value is (166,18,118). Sum of RGB (Red+Green+Blue) = 166+18+118=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A61276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61276 is #59ED89. Grayscale: #494949. Windows color (decimal): -5893514 or 7738022. OLE color: 7738022.

HSL color Cylindrical-coordinate representation of color #A61276: hue angle of 319.46º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61276 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 118 -
CMYK 0 0.89 0.29 0.35
HSL 319.46º 0.8% 0.36% -
HSV(B) 319.46º 0.89% 0.65% -
XYZ 19.21 9.85 18.03 -
YUV 73.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 166 18 118 0 0.89 0.29 0.35 319.46 0.8 0.36
Hex A6 12 76 0 59 1D 23 13F 50 24
Octal 246 22 166 0 131 35 43 477 120 44
Binary 10100110 10010 1110110 0 1011001 11101 100011 100111111 1010000 100100

Color Harmonies of #A61276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61276

Black with #A61276

Text Example


Text Example

White with #A61276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61276; }

 p { color: rgb(166,18,118); }

 H1.HeaderClassName
 {
   color: #A61276;
 }
 .AnyTagClassName
 {
   color: #A61276;
 }
</style>

background-color css

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

 a { background-color: rgb(166,18,118); }

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

border-color css

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

 span { border-color: rgb(166,18,118); }

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