Html Css Color HEX #A9016E Eggplant

📋 copy color: '#A9016E'

red 169 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #A9016E

Tints of Eggplant #A9016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 60.36%
G = 0.36%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A9016E (or 0xA9016E) is known color: Eggplant. HEX triplet: A9, 01 and 6E. RGB value is (169,1,110). Sum of RGB (Red+Green+Blue) = 169+1+110=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9016E is #56FE91. Grayscale: #3F3F3F. Windows color (decimal): -5701266 or 7209385. OLE color: 7209385.

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

Color convert

RGB 169 1 110 -
CMYK 0 0.99 0.35 0.34
HSL 321.07º 0.99% 0.33% -
HSV(B) 321.07º 0.99% 0.66% -
XYZ 19.19 9.58 15.59 -
YUV 63.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 169 1 110 0 0.99 0.35 0.34 321.07 0.99 0.33
Hex A9 1 6E 0 63 23 22 141 63 21
Octal 251 1 156 0 143 43 42 501 143 41
Binary 10101001 1 1101110 0 1100011 100011 100010 101000001 1100011 100001

Color Harmonies of #A9016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9016E

Black with #A9016E

Text Example


Text Example

White with #A9016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9016E; }

 p { color: rgb(169,1,110); }

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

background-color css

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

 a { background-color: rgb(169,1,110); }

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

border-color css

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

 span { border-color: rgb(169,1,110); }

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