Html Css Color HEX #A9016C Eggplant

📋 copy color: '#A9016C'

red 169 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #A9016C

Tints of Eggplant #A9016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 60.79%
G = 0.36%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9016C (or 0xA9016C) is known color: Eggplant. HEX triplet: A9, 01 and 6C. RGB value is (169,1,108). Sum of RGB (Red+Green+Blue) = 169+1+108=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9016C is #56FE93. Grayscale: #3F3F3F. Windows color (decimal): -5701268 or 7078313. OLE color: 7078313.

HSL color Cylindrical-coordinate representation of color #A9016C: hue angle of 321.79º 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 #A9016C is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 108 -
CMYK 0 0.99 0.36 0.34
HSL 321.79º 0.99% 0.33% -
HSV(B) 321.79º 0.99% 0.66% -
XYZ 19.08 9.54 15.02 -
YUV 63.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 169 1 108 0 0.99 0.36 0.34 321.79 0.99 0.33
Hex A9 1 6C 0 63 24 22 142 63 21
Octal 251 1 154 0 143 44 42 502 143 41
Binary 10101001 1 1101100 0 1100011 100100 100010 101000010 1100011 100001

Color Harmonies of #A9016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9016C

Black with #A9016C

Text Example


Text Example

White with #A9016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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