Html Css Color HEX #A00180 Eggplant

📋 copy color: '#A00180'

red 160 ◦ green 1 ◦ blue 128

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

Shades of Eggplant #A00180

Tints of Eggplant #A00180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 55.36%
G = 0.35%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A00180 (or 0xA00180) is known color: Eggplant. HEX triplet: A0, 01 and 80. RGB value is (160,1,128). Sum of RGB (Red+Green+Blue) = 160+1+128=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A00180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00180 is #5FFE7F. Grayscale: #3E3E3E. Windows color (decimal): -6291072 or 8389024. OLE color: 8389024.

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

Color convert

RGB 160 1 128 -
CMYK 0 0.99 0.20 0.37
HSL 312.08º 0.99% 0.32% -
HSV(B) 312.08º 0.99% 0.63% -
XYZ 18.4 9.05 21.2 -
YUV 63.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 160 1 128 0 0.99 0.20 0.37 312.08 0.99 0.32
Hex A0 1 80 0 63 14 25 138 63 20
Octal 240 1 200 0 143 24 45 470 143 40
Binary 10100000 1 10000000 0 1100011 10100 100101 100111000 1100011 100000

Color Harmonies of #A00180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00180

Black with #A00180

Text Example


Text Example

White with #A00180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00180; }

 p { color: rgb(160,1,128); }

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

background-color css

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

 a { background-color: rgb(160,1,128); }

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

border-color css

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

 span { border-color: rgb(160,1,128); }

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