Html Css Color HEX #A00378 Eggplant

📋 copy color: '#A00378'

red 160 ◦ green 3 ◦ blue 120

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

Shades of Eggplant #A00378

Tints of Eggplant #A00378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 56.54%
G = 1.06%
B = 42.4%

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

#A00378 (or 0xA00378) is known color: Eggplant. HEX triplet: A0, 03 and 78. RGB value is (160,3,120). Sum of RGB (Red+Green+Blue) = 160+3+120=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A00378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00378 is #5FFC87. Grayscale: #3E3E3E. Windows color (decimal): -6290568 or 7865248. OLE color: 7865248.

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

Color convert

RGB 160 3 120 -
CMYK 0 0.98 0.25 0.37
HSL 315.29º 0.96% 0.32% -
HSV(B) 315.29º 0.98% 0.63% -
XYZ 17.92 8.89 18.54 -
YUV 63.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 160 3 120 0 0.98 0.25 0.37 315.29 0.96 0.32
Hex A0 3 78 0 62 19 25 13B 60 20
Octal 240 3 170 0 142 31 45 473 140 40
Binary 10100000 11 1111000 0 1100010 11001 100101 100111011 1100000 100000

Color Harmonies of #A00378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00378

Black with #A00378

Text Example


Text Example

White with #A00378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00378; }

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

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

background-color css

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

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

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

border-color css

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

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

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