#AA5FFD

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

Shades of Medium Purple #AA5FFD

Tints of Medium Purple #AA5FFD

Color information

#AA5FFD (or 0xAA5FFD) is unknown color: approx Medium Purple. HEX triplet: AA, 5F and FD. RGB value is (170,95,253). Sum of RGB (Red+Green+Blue) = 170+95+253=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFD is #55A002. Grayscale: #868686. Windows color (decimal): -5611523 or 16605098. OLE color: 16605098.

HSL color Cylindrical-coordinate representation of color #AA5FFD: hue angle of 268.48º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5FFD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17095253-
CMYK0.330.6200.01
HSL268.48º97.53%68.24%-
HSV(B)268.48º62.45%99.22%-
XYZ38.423.8295.5-
YUV135.44194.35152.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 95 (37.5% from 255) = 18.34%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=32.82%
G=18.34%
B=48.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170952530.330.6200.01268.4897.5368.24
HexAA5FFD213E0110c6244
Octal252137375417601414142104
Binary101010101011111111111011000011111100110000110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FFD; }

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

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

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

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

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

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

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

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