Html Css Color HEX #AA0583 Eggplant

📋 copy color: '#AA0583'

red 170 ◦ green 5 ◦ blue 131

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

Shades of Eggplant #AA0583

Tints of Eggplant #AA0583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 131 (51.56% from 255) = 42.81%

R = 55.56%
G = 1.63%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA0583 (or 0xAA0583) is known color: Eggplant. HEX triplet: AA, 05 and 83. RGB value is (170,5,131). Sum of RGB (Red+Green+Blue) = 170+5+131=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0583 is #55FA7C. Grayscale: #444444. Windows color (decimal): -5634685 or 8586666. OLE color: 8586666.

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

Color convert

RGB 170 5 131 -
CMYK 0 0.97 0.23 0.33
HSL 314.18º 0.94% 0.34% -
HSV(B) 314.18º 0.97% 0.67% -
XYZ 20.73 10.29 22.37 -
YUV 68.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 170 5 131 0 0.97 0.23 0.33 314.18 0.94 0.34
Hex AA 5 83 0 61 17 21 13A 5E 22
Octal 252 5 203 0 141 27 41 472 136 42
Binary 10101010 101 10000011 0 1100001 10111 100001 100111010 1011110 100010

Color Harmonies of #AA0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0583

Black with #AA0583

Text Example


Text Example

White with #AA0583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0583; }

 p { color: rgb(170,5,131); }

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

background-color css

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

 a { background-color: rgb(170,5,131); }

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

border-color css

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

 span { border-color: rgb(170,5,131); }

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