#AA7DD8

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

Shades of Medium Purple #AA7DD8

Tints of Medium Purple #AA7DD8

Color information

#AA7DD8 (or 0xAA7DD8) is unknown color: approx Medium Purple. HEX triplet: AA, 7D and D8. RGB value is (170,125,216). Sum of RGB (Red+Green+Blue) = 170+125+216=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA7DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DD8 is #558227. Grayscale: #949494. Windows color (decimal): -5603880 or 14187946. OLE color: 14187946.

HSL color Cylindrical-coordinate representation of color #AA7DD8: hue angle of 269.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7DD8 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170125216-
CMYK0.210.4200.15
HSL269.67º53.85%66.86%-
HSV(B)269.67º42.13%84.71%-
XYZ36.3128.1768.49-
YUV148.83165.91143.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=33.27%
G=24.46%
B=42.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701252160.210.4200.15269.6753.8566.86
HexAA7DD8152A0F10e3643
Octal252175330255201741666103
Binary1010101011111011101100010101101010011111000011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DD8; }

 p { color: rgb(170,125,216); }

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

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

 a { background-color: rgb(170,125,216); }

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

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

 span { border-color: rgb(170,125,216); }

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