Html Css Color HEX #A00880 Eggplant

📋 copy color: '#A00880'

red 160 ◦ green 8 ◦ blue 128

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

Shades of Eggplant #A00880

Tints of Eggplant #A00880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

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

R = 54.05%
G = 2.7%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A00880 (or 0xA00880) is known color: Eggplant. HEX triplet: A0, 08 and 80. RGB value is (160,8,128). Sum of RGB (Red+Green+Blue) = 160+8+128=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00880 is #5FF77F. Grayscale: #424242. Windows color (decimal): -6289280 or 8390816. OLE color: 8390816.

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

Color convert

RGB 160 8 128 -
CMYK 0 0.95 0.20 0.37
HSL 312.63º 0.9% 0.33% -
HSV(B) 312.63º 0.95% 0.63% -
XYZ 18.48 9.21 21.22 -
YUV 67.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 160 8 128 0 0.95 0.20 0.37 312.63 0.9 0.33
Hex A0 8 80 0 5F 14 25 139 5A 21
Octal 240 10 200 0 137 24 45 471 132 41
Binary 10100000 1000 10000000 0 1011111 10100 100101 100111001 1011010 100001

Color Harmonies of #A00880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00880

Black with #A00880

Text Example


Text Example

White with #A00880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00880; }

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

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

background-color css

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

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

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

border-color css

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

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

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