Html Css Color HEX #A00278 Eggplant

📋 copy color: '#A00278'

red 160 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #A00278

Tints of Eggplant #A00278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 56.74%
G = 0.71%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A00278 (or 0xA00278) is known color: Eggplant. HEX triplet: A0, 02 and 78. RGB value is (160,2,120). Sum of RGB (Red+Green+Blue) = 160+2+120=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A00278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00278 is #5FFD87. Grayscale: #3E3E3E. Windows color (decimal): -6290824 or 7864992. OLE color: 7864992.

HSL color Cylindrical-coordinate representation of color #A00278: hue angle of 315.19º 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 #A00278 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 120 -
CMYK 0 0.99 0.25 0.37
HSL 315.19º 0.98% 0.32% -
HSV(B) 315.19º 0.99% 0.63% -
XYZ 17.91 8.87 18.54 -
YUV 62.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 160 2 120 0 0.99 0.25 0.37 315.19 0.98 0.32
Hex A0 2 78 0 63 19 25 13B 62 20
Octal 240 2 170 0 143 31 45 473 142 40
Binary 10100000 10 1111000 0 1100011 11001 100101 100111011 1100010 100000

Color Harmonies of #A00278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00278

Black with #A00278

Text Example


Text Example

White with #A00278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00278; }

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

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

background-color css

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

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

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

border-color css

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

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

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