#AA7BE3

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

Shades of Medium Purple #AA7BE3

Tints of Medium Purple #AA7BE3

Color information

#AA7BE3 (or 0xAA7BE3) is unknown color: approx Medium Purple. HEX triplet: AA, 7B and E3. RGB value is (170,123,227). Sum of RGB (Red+Green+Blue) = 170+123+227=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA7BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BE3 is #55841C. Grayscale: #949494. Windows color (decimal): -5604381 or 14908330. OLE color: 14908330.

HSL color Cylindrical-coordinate representation of color #AA7BE3: hue angle of 267.12º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7BE3 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170123227-
CMYK0.250.4600.11
HSL267.12º65%68.63%-
HSV(B)267.12º45.81%89.02%-
XYZ37.5328.2676.15-
YUV148.91172.07143.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=32.69%
G=23.65%
B=43.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701232270.250.4600.11267.126568.63
HexAA7BE3192E0B10b4145
Octal2521733433156013413101105
Binary10101010111101111100011110011011100101110000101110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BE3; }

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

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

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

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

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

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

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

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