#AA7CEC

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

Shades of Medium Purple #AA7CEC

Tints of Medium Purple #AA7CEC

Color information

#AA7CEC (or 0xAA7CEC) is unknown color: approx Medium Purple. HEX triplet: AA, 7C and EC. RGB value is (170,124,236). Sum of RGB (Red+Green+Blue) = 170+124+236=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CEC is #558313. Grayscale: #969696. Windows color (decimal): -5604116 or 15498410. OLE color: 15498410.

HSL color Cylindrical-coordinate representation of color #AA7CEC: hue angle of 264.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7CEC is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170124236-
CMYK0.280.4700.07
HSL264.64º74.67%70.59%-
HSV(B)264.64º47.46%92.55%-
XYZ38.9329.0282.91-
YUV150.52176.24141.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=32.08%
G=23.40%
B=44.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701242360.280.4700.07264.6474.6770.59
HexAA7CEC1C2F071094b47
Octal252174354345707411113107
Binary1010101011111001110110011100101111011110000100110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CEC; }

 p { color: rgb(170,124,236); }

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

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

 a { background-color: rgb(170,124,236); }

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

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

 span { border-color: rgb(170,124,236); }

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