#AA7EFD

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

Shades of Medium Purple #AA7EFD

Tints of Medium Purple #AA7EFD

Color information

#AA7EFD (or 0xAA7EFD) is unknown color: approx Medium Purple. HEX triplet: AA, 7E and FD. RGB value is (170,126,253). Sum of RGB (Red+Green+Blue) = 170+126+253=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA7EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EFD is #558102. Grayscale: #999999. Windows color (decimal): -5603587 or 16613034. OLE color: 16613034.

HSL color Cylindrical-coordinate representation of color #AA7EFD: hue angle of 260.79º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7EFD is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170126253-
CMYK0.330.5000.01
HSL260.79º96.95%74.31%-
HSV(B)260.79º50.2%99.22%-
XYZ41.7730.5696.63-
YUV153.63184.08139.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 126 (49.61% from 255) = 22.95%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=30.97%
G=22.95%
B=46.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701262530.330.5000.01260.7996.9574.31
HexAA7EFD213201105614a
Octal252176375416201405141112
Binary101010101111110111111011000011100100110000010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7EFD; }

 p { color: rgb(170,126,253); }

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

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

 a { background-color: rgb(170,126,253); }

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

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

 span { border-color: rgb(170,126,253); }

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