Html Css Color HEX #A8137A Eggplant

📋 copy color: '#A8137A'

red 168 ◦ green 19 ◦ blue 122

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

Shades of Eggplant #A8137A

Tints of Eggplant #A8137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 54.37%
G = 6.15%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8137A (or 0xA8137A) is known color: Eggplant. HEX triplet: A8, 13 and 7A. RGB value is (168,19,122). Sum of RGB (Red+Green+Blue) = 168+19+122=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8137A is #57EC85. Grayscale: #4B4B4B. Windows color (decimal): -5762182 or 8000424. OLE color: 8000424.

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

Color convert

RGB 168 19 122 -
CMYK 0 0.89 0.27 0.34
HSL 318.52º 0.8% 0.37% -
HSV(B) 318.52º 0.89% 0.66% -
XYZ 19.89 10.2 19.33 -
YUV 75.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 168 19 122 0 0.89 0.27 0.34 318.52 0.8 0.37
Hex A8 13 7A 0 59 1B 22 13F 50 25
Octal 250 23 172 0 131 33 42 477 120 45
Binary 10101000 10011 1111010 0 1011001 11011 100010 100111111 1010000 100101

Color Harmonies of #A8137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8137A

Black with #A8137A

Text Example


Text Example

White with #A8137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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