Html Css Color HEX #AA017D Eggplant

📋 copy color: '#AA017D'

red 170 ◦ green 1 ◦ blue 125

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

Shades of Eggplant #AA017D

Tints of Eggplant #AA017D

RGB

 RED value IS 170 (66.8% from 255) = 57.43%

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

 BLUE value IS 125 (49.22% from 255) = 42.23%

R = 57.43%
G = 0.34%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA017D (or 0xAA017D) is known color: Eggplant. HEX triplet: AA, 01 and 7D. RGB value is (170,1,125). Sum of RGB (Red+Green+Blue) = 170+1+125=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA017D is #55FE82. Grayscale: #414141. Windows color (decimal): -5635715 or 8192426. OLE color: 8192426.

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

Color convert

RGB 170 1 125 -
CMYK 0 0.99 0.26 0.33
HSL 315.98º 0.99% 0.34% -
HSV(B) 315.98º 0.99% 0.67% -
XYZ 20.29 10.05 20.27 -
YUV 65.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 170 1 125 0 0.99 0.26 0.33 315.98 0.99 0.34
Hex AA 1 7D 0 63 1A 21 13C 63 22
Octal 252 1 175 0 143 32 41 474 143 42
Binary 10101010 1 1111101 0 1100011 11010 100001 100111100 1100011 100010

Color Harmonies of #AA017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA017D

Black with #AA017D

Text Example


Text Example

White with #AA017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA017D; }

 p { color: rgb(170,1,125); }

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

background-color css

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

 a { background-color: rgb(170,1,125); }

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

border-color css

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

 span { border-color: rgb(170,1,125); }

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