Html Css Color HEX #A00279 Eggplant

📋 copy color: '#A00279'

red 160 ◦ green 2 ◦ blue 121

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

Shades of Eggplant #A00279

Tints of Eggplant #A00279

RGB

 RED value IS 160 (62.89% from 255) = 56.54%

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 56.54%
G = 0.71%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A00279 (or 0xA00279) is known color: Eggplant. HEX triplet: A0, 02 and 79. RGB value is (160,2,121). Sum of RGB (Red+Green+Blue) = 160+2+121=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A00279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00279 is #5FFD86. Grayscale: #3E3E3E. Windows color (decimal): -6290823 or 7930528. OLE color: 7930528.

HSL color Cylindrical-coordinate representation of color #A00279: hue angle of 314.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00279 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 121 -
CMYK 0 0.99 0.24 0.37
HSL 314.81º 0.98% 0.32% -
HSV(B) 314.81º 0.99% 0.63% -
XYZ 17.97 8.9 18.86 -
YUV 62.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 160 2 121 0 0.99 0.24 0.37 314.81 0.98 0.32
Hex A0 2 79 0 63 18 25 13B 62 20
Octal 240 2 171 0 143 30 45 473 142 40
Binary 10100000 10 1111001 0 1100011 11000 100101 100111011 1100010 100000

Color Harmonies of #A00279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00279

Black with #A00279

Text Example


Text Example

White with #A00279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00279; }

 p { color: rgb(160,2,121); }

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

background-color css

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

 a { background-color: rgb(160,2,121); }

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

border-color css

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

 span { border-color: rgb(160,2,121); }

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