#AA77DD

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

Shades of Medium Purple #AA77DD

Tints of Medium Purple #AA77DD

Color information

#AA77DD (or 0xAA77DD) is unknown color: approx Medium Purple. HEX triplet: AA, 77 and DD. RGB value is (170,119,221). Sum of RGB (Red+Green+Blue) = 170+119+221=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA77DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77DD is #558822. Grayscale: #919191. Windows color (decimal): -5605411 or 14514090. OLE color: 14514090.

HSL color Cylindrical-coordinate representation of color #AA77DD: hue angle of 270º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA77DD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170119221-
CMYK0.230.4600.13
HSL270º60%66.67%-
HSV(B)270º46.15%86.67%-
XYZ36.2326.9671.7-
YUV145.88170.4145.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=33.33%
G=23.33%
B=43.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701192210.230.4600.132706066.67
HexAA77DD172E0D10e3c43
Octal252167335275601541674103
Binary1010101011101111101110110111101110011011000011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77DD; }

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

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

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

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

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

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

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

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