Html Css Color HEX #A9117A Eggplant

📋 copy color: '#A9117A'

red 169 ◦ green 17 ◦ blue 122

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

Shades of Eggplant #A9117A

Tints of Eggplant #A9117A

RGB

 RED value IS 169 (66.41% from 255) = 54.87%

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 54.87%
G = 5.52%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9117A (or 0xA9117A) is known color: Eggplant. HEX triplet: A9, 11 and 7A. RGB value is (169,17,122). Sum of RGB (Red+Green+Blue) = 169+17+122=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A9117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9117A is #56EE85. Grayscale: #4A4A4A. Windows color (decimal): -5697158 or 7999913. OLE color: 7999913.

HSL color Cylindrical-coordinate representation of color #A9117A: hue angle of 318.55º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9117A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 122 -
CMYK 0 0.90 0.28 0.34
HSL 318.55º 0.82% 0.36% -
HSV(B) 318.55º 0.9% 0.66% -
XYZ 20.08 10.24 19.33 -
YUV 74.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 169 17 122 0 0.90 0.28 0.34 318.55 0.82 0.36
Hex A9 11 7A 0 5A 1C 22 13F 52 24
Octal 251 21 172 0 132 34 42 477 122 44
Binary 10101001 10001 1111010 0 1011010 11100 100010 100111111 1010010 100100

Color Harmonies of #A9117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9117A

Black with #A9117A

Text Example


Text Example

White with #A9117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9117A; }

 p { color: rgb(169,17,122); }

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

background-color css

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

 a { background-color: rgb(169,17,122); }

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

border-color css

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

 span { border-color: rgb(169,17,122); }

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