#AA7CF9

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

Shades of Medium Purple #AA7CF9

Tints of Medium Purple #AA7CF9

Color information

#AA7CF9 (or 0xAA7CF9) is unknown color: approx Medium Purple. HEX triplet: AA, 7C and F9. RGB value is (170,124,249). Sum of RGB (Red+Green+Blue) = 170+124+249=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CF9 is #558306. Grayscale: #979797. Windows color (decimal): -5604103 or 16350378. OLE color: 16350378.

HSL color Cylindrical-coordinate representation of color #AA7CF9: hue angle of 262.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7CF9 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170124249-
CMYK0.320.5000.02
HSL262.08º91.24%73.14%-
HSV(B)262.08º50.2%97.65%-
XYZ40.8829.893.22-
YUV152182.74140.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=31.31%
G=22.84%
B=45.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701242490.320.5000.02262.0891.2473.14
HexAA7CF92032021065b49
Octal252174371406202406133111
Binary1010101011111001111100110000011001001010000011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CF9; }

 p { color: rgb(170,124,249); }

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

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

 a { background-color: rgb(170,124,249); }

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

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

 span { border-color: rgb(170,124,249); }

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