Html Css Color HEX #A00478 Eggplant

📋 copy color: '#A00478'

red 160 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #A00478

Tints of Eggplant #A00478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 56.34%
G = 1.41%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A00478 (or 0xA00478) is known color: Eggplant. HEX triplet: A0, 04 and 78. RGB value is (160,4,120). Sum of RGB (Red+Green+Blue) = 160+4+120=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A00478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00478 is #5FFB87. Grayscale: #3F3F3F. Windows color (decimal): -6290312 or 7865504. OLE color: 7865504.

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

Color convert

RGB 160 4 120 -
CMYK 0 0.98 0.25 0.37
HSL 315.38º 0.95% 0.32% -
HSV(B) 315.38º 0.98% 0.63% -
XYZ 17.93 8.92 18.55 -
YUV 63.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 160 4 120 0 0.98 0.25 0.37 315.38 0.95 0.32
Hex A0 4 78 0 62 19 25 13B 5F 20
Octal 240 4 170 0 142 31 45 473 137 40
Binary 10100000 100 1111000 0 1100010 11001 100101 100111011 1011111 100000

Color Harmonies of #A00478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00478

Black with #A00478

Text Example


Text Example

White with #A00478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00478; }

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

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

background-color css

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

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

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

border-color css

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

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

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