Html Css Color HEX #A00280 Eggplant

📋 copy color: '#A00280'

red 160 ◦ green 2 ◦ blue 128

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

Shades of Eggplant #A00280

Tints of Eggplant #A00280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 55.17%
G = 0.69%
B = 44.14%

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

#A00280 (or 0xA00280) is known color: Eggplant. HEX triplet: A0, 02 and 80. RGB value is (160,2,128). Sum of RGB (Red+Green+Blue) = 160+2+128=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A00280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00280 is #5FFD7F. Grayscale: #3F3F3F. Windows color (decimal): -6290816 or 8389280. OLE color: 8389280.

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

Color convert

RGB 160 2 128 -
CMYK 0 0.99 0.20 0.37
HSL 312.15º 0.98% 0.32% -
HSV(B) 312.15º 0.99% 0.63% -
XYZ 18.42 9.08 21.2 -
YUV 63.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 160 2 128 0 0.99 0.20 0.37 312.15 0.98 0.32
Hex A0 2 80 0 63 14 25 138 62 20
Octal 240 2 200 0 143 24 45 470 142 40
Binary 10100000 10 10000000 0 1100011 10100 100101 100111000 1100010 100000

Color Harmonies of #A00280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00280

Black with #A00280

Text Example


Text Example

White with #A00280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00280; }

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

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

background-color css

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

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

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

border-color css

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

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

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