Html Css Color HEX #A80273 Eggplant

📋 copy color: '#A80273'

red 168 ◦ green 2 ◦ blue 115

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

Shades of Eggplant #A80273

Tints of Eggplant #A80273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 58.95%
G = 0.7%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A80273 (or 0xA80273) is known color: Eggplant. HEX triplet: A8, 02 and 73. RGB value is (168,2,115). Sum of RGB (Red+Green+Blue) = 168+2+115=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A80273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80273 is #57FD8C. Grayscale: #404040. Windows color (decimal): -5766541 or 7537320. OLE color: 7537320.

HSL color Cylindrical-coordinate representation of color #A80273: hue angle of 319.16º 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 #A80273 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 115 -
CMYK 0 0.99 0.32 0.34
HSL 319.16º 0.98% 0.33% -
HSV(B) 319.16º 0.99% 0.66% -
XYZ 19.26 9.61 17.06 -
YUV 64.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 168 2 115 0 0.99 0.32 0.34 319.16 0.98 0.33
Hex A8 2 73 0 63 20 22 13F 62 21
Octal 250 2 163 0 143 40 42 477 142 41
Binary 10101000 10 1110011 0 1100011 100000 100010 100111111 1100010 100001

Color Harmonies of #A80273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80273

Black with #A80273

Text Example


Text Example

White with #A80273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80273; }

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

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

background-color css

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

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

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

border-color css

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

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

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