Html Css Color HEX #A9017F Eggplant

📋 copy color: '#A9017F'

red 169 ◦ green 1 ◦ blue 127

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

Shades of Eggplant #A9017F

Tints of Eggplant #A9017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.76%

R = 56.9%
G = 0.34%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9017F (or 0xA9017F) is known color: Eggplant. HEX triplet: A9, 01 and 7F. RGB value is (169,1,127). Sum of RGB (Red+Green+Blue) = 169+1+127=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9017F is #56FE80. Grayscale: #414141. Windows color (decimal): -5701249 or 8323497. OLE color: 8323497.

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

Color convert

RGB 169 1 127 -
CMYK 0 0.99 0.25 0.34
HSL 315º 0.99% 0.33% -
HSV(B) 315º 0.99% 0.66% -
XYZ 20.2 9.99 20.94 -
YUV 65.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 169 1 127 0 0.99 0.25 0.34 315 0.99 0.33
Hex A9 1 7F 0 63 19 22 13B 63 21
Octal 251 1 177 0 143 31 42 473 143 41
Binary 10101001 1 1111111 0 1100011 11001 100010 100111011 1100011 100001

Color Harmonies of #A9017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9017F

Black with #A9017F

Text Example


Text Example

White with #A9017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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