#AA7CF1

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

Shades of Medium Purple #AA7CF1

Tints of Medium Purple #AA7CF1

Color information

#AA7CF1 (or 0xAA7CF1) is unknown color: approx Medium Purple. HEX triplet: AA, 7C and F1. RGB value is (170,124,241). Sum of RGB (Red+Green+Blue) = 170+124+241=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA7CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CF1 is #55830E. Grayscale: #969696. Windows color (decimal): -5604111 or 15826090. OLE color: 15826090.

HSL color Cylindrical-coordinate representation of color #AA7CF1: hue angle of 263.59º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7CF1 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170124241-
CMYK0.290.4900.05
HSL263.59º80.69%71.57%-
HSV(B)263.59º48.55%94.51%-
XYZ39.6629.3186.79-
YUV151.09178.74141.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=31.78%
G=23.18%
B=45.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701242410.290.4900.05263.5980.6971.57
HexAA7CF11D31051085148
Octal252174361356105410121110
Binary1010101011111001111000111101110001010110000100010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CF1; }

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

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

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

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

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

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

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

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