#AA7BEE

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

Shades of Medium Purple #AA7BEE

Tints of Medium Purple #AA7BEE

Color information

#AA7BEE (or 0xAA7BEE) is unknown color: approx Medium Purple. HEX triplet: AA, 7B and EE. RGB value is (170,123,238). Sum of RGB (Red+Green+Blue) = 170+123+238=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BEE is #558411. Grayscale: #959595. Windows color (decimal): -5604370 or 15629226. OLE color: 15629226.

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

Color convert

RGB170123238-
CMYK0.290.4800.07
HSL264.52º77.18%70.78%-
HSV(B)264.52º48.32%93.33%-
XYZ39.0928.8984.4-
YUV150.16177.57142.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=32.02%
G=23.16%
B=44.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701232380.290.4800.07264.5277.1870.78
HexAA7BEE1D30071094d47
Octal252173356356007411115107
Binary1010101011110111110111011101110000011110000100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BEE; }

 p { color: rgb(170,123,238); }

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

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

 a { background-color: rgb(170,123,238); }

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

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

 span { border-color: rgb(170,123,238); }

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