#AA77DC

Color #AA77DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA77DC

Tints of Medium Purple #AA77DC

Color information

#AA77DC (or 0xAA77DC) is unknown color: approx Medium Purple. HEX triplet: AA, 77 and DC. RGB value is (170,119,220). Sum of RGB (Red+Green+Blue) = 170+119+220=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77DC is #558823. Grayscale: #919191. Windows color (decimal): -5605412 or 14448554. OLE color: 14448554.

HSL color Cylindrical-coordinate representation of color #AA77DC: hue angle of 270.3º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA77DC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170119220-
CMYK0.230.4600.14
HSL270.3º59.06%66.47%-
HSV(B)270.3º45.91%86.27%-
XYZ36.0926.9171-
YUV145.76169.9145.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=33.40%
G=23.38%
B=43.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701192200.230.4600.14270.359.0666.47
HexAA77DC172E0E10e3b42
Octal252167334275601641673102
Binary1010101011101111101110010111101110011101000011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77DC; }

 p { color: rgb(170,119,220); }

 H1.HeaderClassName
 {
   color: #AA77DC;
 }
 .AnyTagClassName
 {
   color: #AA77DC;
 }
</style>
background-color css

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

 a { background-color: rgb(170,119,220); }

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

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

 span { border-color: rgb(170,119,220); }

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