#aa6bf7

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

Shades of Medium Purple #AA6BF7

Tints of Medium Purple #AA6BF7

Color information

#AA6BF7 (or 0xAA6BF7) is unknown color: approx Medium Purple. HEX triplet: AA, 6B and F7. RGB value is (170,107,247). Sum of RGB (Red+Green+Blue) = 170+107+247=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA6BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BF7 is #559408. Grayscale: #8D8D8D. Windows color (decimal): -5608457 or 16214954. OLE color: 16214954.

HSL color Cylindrical-coordinate representation of color #AA6BF7: hue angle of 267º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6BF7 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170107247-
CMYK0.310.5700.03
HSL267º89.74%69.41%-
HSV(B)267º56.68%96.86%-
XYZ38.6225.7890.94-
YUV141.8187.37148.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 107 (42.19% from 255) = 20.42%
BLUE value IS 247 (96.88% from 255) = 47.14%
R=32.44%
G=20.42%
B=47.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701072470.310.5700.0326789.7469.41
HexAA6BF71F390310b5a45
Octal252153367377103413132105
Binary101010101101011111101111111111100101110000101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6bf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6bf7; }

 p { color: rgb(170,107,247); }

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

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

 a { background-color: rgb(170,107,247); }

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

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

 span { border-color: rgb(170,107,247); }

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