Html Css Color HEX #AA0483 Eggplant

📋 copy color: '#AA0483'

red 170 ◦ green 4 ◦ blue 131

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

Shades of Eggplant #AA0483

Tints of Eggplant #AA0483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 55.74%
G = 1.31%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA0483 (or 0xAA0483) is known color: Eggplant. HEX triplet: AA, 04 and 83. RGB value is (170,4,131). Sum of RGB (Red+Green+Blue) = 170+4+131=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0483 is #55FB7C. Grayscale: #434343. Windows color (decimal): -5634941 or 8586410. OLE color: 8586410.

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

Color convert

RGB 170 4 131 -
CMYK 0 0.98 0.23 0.33
HSL 314.1º 0.95% 0.34% -
HSV(B) 314.1º 0.98% 0.67% -
XYZ 20.72 10.27 22.36 -
YUV 68.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 170 4 131 0 0.98 0.23 0.33 314.1 0.95 0.34
Hex AA 4 83 0 62 17 21 13A 5F 22
Octal 252 4 203 0 142 27 41 472 137 42
Binary 10101010 100 10000011 0 1100010 10111 100001 100111010 1011111 100010

Color Harmonies of #AA0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0483

Black with #AA0483

Text Example


Text Example

White with #AA0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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