#AA68FD

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

Shades of Medium Purple #AA68FD

Tints of Medium Purple #AA68FD

Color information

#AA68FD (or 0xAA68FD) is unknown color: approx Medium Purple. HEX triplet: AA, 68 and FD. RGB value is (170,104,253). Sum of RGB (Red+Green+Blue) = 170+104+253=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68FD is #559702. Grayscale: #8C8C8C. Windows color (decimal): -5609219 or 16607402. OLE color: 16607402.

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

Color convert

RGB170104253-
CMYK0.330.5900.01
HSL266.58º97.39%70%-
HSV(B)266.58º58.89%99.22%-
XYZ39.2625.5495.79-
YUV140.72191.37148.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=32.26%
G=19.73%
B=48.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701042530.330.5900.01266.5897.3970
HexAA68FD213B0110b6146
Octal252150375417301413141106
Binary101010101101000111111011000011110110110000101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68FD; }

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

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

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

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

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

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

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

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