Html Css Color HEX #AA0380 Eggplant

📋 copy color: '#AA0380'

red 170 ◦ green 3 ◦ blue 128

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

Shades of Eggplant #AA0380

Tints of Eggplant #AA0380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 128 (50.39% from 255) = 42.52%

R = 56.48%
G = 1%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA0380 (or 0xAA0380) is known color: Eggplant. HEX triplet: AA, 03 and 80. RGB value is (170,3,128). Sum of RGB (Red+Green+Blue) = 170+3+128=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0380 is #55FC7F. Grayscale: #424242. Windows color (decimal): -5635200 or 8389546. OLE color: 8389546.

HSL color Cylindrical-coordinate representation of color #AA0380: hue angle of 315.09º degrees, saturation: 0.97, 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 #AA0380 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 128 -
CMYK 0 0.98 0.25 0.33
HSL 315.09º 0.97% 0.34% -
HSV(B) 315.09º 0.98% 0.67% -
XYZ 20.51 10.17 21.3 -
YUV 67.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 170 3 128 0 0.98 0.25 0.33 315.09 0.97 0.34
Hex AA 3 80 0 62 19 21 13B 61 22
Octal 252 3 200 0 142 31 41 473 141 42
Binary 10101010 11 10000000 0 1100010 11001 100001 100111011 1100001 100010

Color Harmonies of #AA0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0380

Black with #AA0380

Text Example


Text Example

White with #AA0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0380; }

 p { color: rgb(170,3,128); }

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

background-color css

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

 a { background-color: rgb(170,3,128); }

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

border-color css

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

 span { border-color: rgb(170,3,128); }

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