Html Css Color HEX #A80270 Eggplant

📋 copy color: '#A80270'

red 168 ◦ green 2 ◦ blue 112

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

Shades of Eggplant #A80270

Tints of Eggplant #A80270

RGB

 RED value IS 168 (66.02% from 255) = 59.57%

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 59.57%
G = 0.71%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A80270 (or 0xA80270) is known color: Eggplant. HEX triplet: A8, 02 and 70. RGB value is (168,2,112). Sum of RGB (Red+Green+Blue) = 168+2+112=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A80270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80270 is #57FD8F. Grayscale: #3F3F3F. Windows color (decimal): -5766544 or 7340712. OLE color: 7340712.

HSL color Cylindrical-coordinate representation of color #A80270: hue angle of 320.24º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80270 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 112 -
CMYK 0 0.99 0.33 0.34
HSL 320.24º 0.98% 0.33% -
HSV(B) 320.24º 0.99% 0.66% -
XYZ 19.09 9.54 16.16 -
YUV 64.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 168 2 112 0 0.99 0.33 0.34 320.24 0.98 0.33
Hex A8 2 70 0 63 21 22 140 62 21
Octal 250 2 160 0 143 41 42 500 142 41
Binary 10101000 10 1110000 0 1100011 100001 100010 101000000 1100010 100001

Color Harmonies of #A80270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80270

Black with #A80270

Text Example


Text Example

White with #A80270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80270; }

 p { color: rgb(168,2,112); }

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

background-color css

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

 a { background-color: rgb(168,2,112); }

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

border-color css

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

 span { border-color: rgb(168,2,112); }

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