Html Css Color HEX #A00473 Eggplant

📋 copy color: '#A00473'

red 160 ◦ green 4 ◦ blue 115

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

Shades of Eggplant #A00473

Tints of Eggplant #A00473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 57.35%
G = 1.43%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00473 (or 0xA00473) is known color: Eggplant. HEX triplet: A0, 04 and 73. RGB value is (160,4,115). Sum of RGB (Red+Green+Blue) = 160+4+115=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A00473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00473 is #5FFB8C. Grayscale: #3F3F3F. Windows color (decimal): -6290317 or 7537824. OLE color: 7537824.

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

Color convert

RGB 160 4 115 -
CMYK 0 0.98 0.28 0.37
HSL 317.31º 0.95% 0.32% -
HSV(B) 317.31º 0.98% 0.63% -
XYZ 17.64 8.8 16.99 -
YUV 63.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 160 4 115 0 0.98 0.28 0.37 317.31 0.95 0.32
Hex A0 4 73 0 62 1C 25 13D 5F 20
Octal 240 4 163 0 142 34 45 475 137 40
Binary 10100000 100 1110011 0 1100010 11100 100101 100111101 1011111 100000

Color Harmonies of #A00473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00473

Black with #A00473

Text Example


Text Example

White with #A00473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00473; }

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

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

background-color css

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

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

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

border-color css

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

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

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