#AA7FF1

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

Shades of Medium Purple #AA7FF1

Tints of Medium Purple #AA7FF1

Color information

#AA7FF1 (or 0xAA7FF1) is unknown color: approx Medium Purple. HEX triplet: AA, 7F and F1. RGB value is (170,127,241). Sum of RGB (Red+Green+Blue) = 170+127+241=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FF1 is #55800E. Grayscale: #989898. Windows color (decimal): -5603343 or 15826858. OLE color: 15826858.

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

Color convert

RGB170127241-
CMYK0.290.4700.05
HSL262.63º80.28%72.16%-
HSV(B)262.63º47.3%94.51%-
XYZ40.0430.0886.91-
YUV152.85177.75140.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=31.60%
G=23.61%
B=44.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701272410.290.4700.05262.6380.2872.16
HexAA7FF11D2F051075048
Octal252177361355705407120110
Binary1010101011111111111000111101101111010110000011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FF1; }

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

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

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

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

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

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

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

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