#AA7ADF

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

Shades of Medium Purple #AA7ADF

Tints of Medium Purple #AA7ADF

Color information

#AA7ADF (or 0xAA7ADF) is unknown color: approx Medium Purple. HEX triplet: AA, 7A and DF. RGB value is (170,122,223). Sum of RGB (Red+Green+Blue) = 170+122+223=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA7ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ADF is #558520. Grayscale: #939393. Windows color (decimal): -5604641 or 14645930. OLE color: 14645930.

HSL color Cylindrical-coordinate representation of color #AA7ADF: hue angle of 268.51º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7ADF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170122223-
CMYK0.240.4500.13
HSL268.51º61.21%67.65%-
HSV(B)268.51º45.29%87.45%-
XYZ36.8627.7973.23-
YUV147.87170.4143.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=33.01%
G=23.69%
B=43.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701222230.240.4500.13268.5161.2167.65
HexAA7ADF182D0D10d3d44
Octal252172337305501541575104
Binary1010101011110101101111111000101101011011000011011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ADF; }

 p { color: rgb(170,122,223); }

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

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

 a { background-color: rgb(170,122,223); }

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

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

 span { border-color: rgb(170,122,223); }

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