#AA7ADC

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

Shades of Medium Purple #AA7ADC

Tints of Medium Purple #AA7ADC

Color information

#AA7ADC (or 0xAA7ADC) is unknown color: approx Medium Purple. HEX triplet: AA, 7A and DC. RGB value is (170,122,220). Sum of RGB (Red+Green+Blue) = 170+122+220=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ADC is #558523. Grayscale: #939393. Windows color (decimal): -5604644 or 14449322. OLE color: 14449322.

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

Color convert

RGB170122220-
CMYK0.230.4500.14
HSL269.39º58.33%67.06%-
HSV(B)269.39º44.55%86.27%-
XYZ36.4627.6371.12-
YUV147.52168.9144.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=33.20%
G=23.83%
B=42.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701222200.230.4500.14269.3958.3367.06
HexAA7ADC172D0E10d3a43
Octal252172334275501641572103
Binary1010101011110101101110010111101101011101000011011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ADC; }

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

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

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

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

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

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

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

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