Html Css Color HEX #A61479 Eggplant

📋 copy color: '#A61479'

red 166 ◦ green 20 ◦ blue 121

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

Shades of Eggplant #A61479

Tints of Eggplant #A61479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 54.07%
G = 6.51%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A61479 (or 0xA61479) is known color: Eggplant. HEX triplet: A6, 14 and 79. RGB value is (166,20,121). Sum of RGB (Red+Green+Blue) = 166+20+121=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A61479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61479 is #59EB86. Grayscale: #4A4A4A. Windows color (decimal): -5892999 or 7935142. OLE color: 7935142.

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

Color convert

RGB 166 20 121 -
CMYK 0 0.88 0.27 0.35
HSL 318.49º 0.78% 0.36% -
HSV(B) 318.49º 0.88% 0.65% -
XYZ 19.43 9.99 18.99 -
YUV 75.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 166 20 121 0 0.88 0.27 0.35 318.49 0.78 0.36
Hex A6 14 79 0 58 1B 23 13E 4E 24
Octal 246 24 171 0 130 33 43 476 116 44
Binary 10100110 10100 1111001 0 1011000 11011 100011 100111110 1001110 100100

Color Harmonies of #A61479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61479

Black with #A61479

Text Example


Text Example

White with #A61479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61479; }

 p { color: rgb(166,20,121); }

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

background-color css

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

 a { background-color: rgb(166,20,121); }

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

border-color css

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

 span { border-color: rgb(166,20,121); }

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