Html Css Color HEX #A8127C Eggplant

📋 copy color: '#A8127C'

red 168 ◦ green 18 ◦ blue 124

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

Shades of Eggplant #A8127C

Tints of Eggplant #A8127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 54.19%
G = 5.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8127C (or 0xA8127C) is known color: Eggplant. HEX triplet: A8, 12 and 7C. RGB value is (168,18,124). Sum of RGB (Red+Green+Blue) = 168+18+124=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8127C is #57ED83. Grayscale: #4A4A4A. Windows color (decimal): -5762436 or 8131240. OLE color: 8131240.

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

Color convert

RGB 168 18 124 -
CMYK 0 0.89 0.26 0.34
HSL 317.6º 0.81% 0.36% -
HSV(B) 317.6º 0.89% 0.66% -
XYZ 20 10.21 19.99 -
YUV 74.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 168 18 124 0 0.89 0.26 0.34 317.6 0.81 0.36
Hex A8 12 7C 0 59 1A 22 13E 51 24
Octal 250 22 174 0 131 32 42 476 121 44
Binary 10101000 10010 1111100 0 1011001 11010 100010 100111110 1010001 100100

Color Harmonies of #A8127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8127C

Black with #A8127C

Text Example


Text Example

White with #A8127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8127C; }

 p { color: rgb(168,18,124); }

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

background-color css

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

 a { background-color: rgb(168,18,124); }

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

border-color css

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

 span { border-color: rgb(168,18,124); }

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