Html Css Color HEX #A61277 Eggplant

📋 copy color: '#A61277'

red 166 ◦ green 18 ◦ blue 119

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

Shades of Eggplant #A61277

Tints of Eggplant #A61277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 54.79%
G = 5.94%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A61277 (or 0xA61277) is known color: Eggplant. HEX triplet: A6, 12 and 77. RGB value is (166,18,119). Sum of RGB (Red+Green+Blue) = 166+18+119=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A61277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61277 is #59ED88. Grayscale: #494949. Windows color (decimal): -5893513 or 7803558. OLE color: 7803558.

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

Color convert

RGB 166 18 119 -
CMYK 0 0.89 0.28 0.35
HSL 319.05º 0.8% 0.36% -
HSV(B) 319.05º 0.89% 0.65% -
XYZ 19.27 9.87 18.34 -
YUV 73.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 166 18 119 0 0.89 0.28 0.35 319.05 0.8 0.36
Hex A6 12 77 0 59 1C 23 13F 50 24
Octal 246 22 167 0 131 34 43 477 120 44
Binary 10100110 10010 1110111 0 1011001 11100 100011 100111111 1010000 100100

Color Harmonies of #A61277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61277

Black with #A61277

Text Example


Text Example

White with #A61277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61277; }

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

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

background-color css

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

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

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

border-color css

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

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

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