Html Css Color HEX #A80D7A Eggplant

📋 copy color: '#A80D7A'

red 168 ◦ green 13 ◦ blue 122

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

Shades of Eggplant #A80D7A

Tints of Eggplant #A80D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 55.45%
G = 4.29%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A80D7A (or 0xA80D7A) is known color: Eggplant. HEX triplet: A8, 0D and 7A. RGB value is (168,13,122). Sum of RGB (Red+Green+Blue) = 168+13+122=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D7A is #57F285. Grayscale: #474747. Windows color (decimal): -5763718 or 7998888. OLE color: 7998888.

HSL color Cylindrical-coordinate representation of color #A80D7A: hue angle of 317.81º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D7A is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 13 122 -
CMYK 0 0.92 0.27 0.34
HSL 317.81º 0.86% 0.35% -
HSV(B) 317.81º 0.92% 0.66% -
XYZ 19.81 10.02 19.3 -
YUV 71.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 168 13 122 0 0.92 0.27 0.34 317.81 0.86 0.35
Hex A8 D 7A 0 5C 1B 22 13E 56 23
Octal 250 15 172 0 134 33 42 476 126 43
Binary 10101000 1101 1111010 0 1011100 11011 100010 100111110 1010110 100011

Color Harmonies of #A80D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D7A

Black with #A80D7A

Text Example


Text Example

White with #A80D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D7A; }

 p { color: rgb(168,13,122); }

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

background-color css

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

 a { background-color: rgb(168,13,122); }

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

border-color css

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

 span { border-color: rgb(168,13,122); }

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