Html Css Color HEX #A80E7B Eggplant

📋 copy color: '#A80E7B'

red 168 ◦ green 14 ◦ blue 123

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

Shades of Eggplant #A80E7B

Tints of Eggplant #A80E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.59%

 BLUE value IS 123 (48.44% from 255) = 40.33%

R = 55.08%
G = 4.59%
B = 40.33%

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

#A80E7B (or 0xA80E7B) is known color: Eggplant. HEX triplet: A8, 0E and 7B. RGB value is (168,14,123). Sum of RGB (Red+Green+Blue) = 168+14+123=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80E7B is #57F184. Grayscale: #484848. Windows color (decimal): -5763461 or 8064680. OLE color: 8064680.

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

Color convert

RGB 168 14 123 -
CMYK 0 0.92 0.27 0.34
HSL 317.53º 0.85% 0.36% -
HSV(B) 317.53º 0.92% 0.66% -
XYZ 19.88 10.07 19.63 -
YUV 72.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 168 14 123 0 0.92 0.27 0.34 317.53 0.85 0.36
Hex A8 E 7B 0 5C 1B 22 13E 55 24
Octal 250 16 173 0 134 33 42 476 125 44
Binary 10101000 1110 1111011 0 1011100 11011 100010 100111110 1010101 100100

Color Harmonies of #A80E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E7B

Black with #A80E7B

Text Example


Text Example

White with #A80E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E7B; }

 p { color: rgb(168,14,123); }

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

background-color css

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

 a { background-color: rgb(168,14,123); }

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

border-color css

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

 span { border-color: rgb(168,14,123); }

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