#AA6BFC

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

Shades of Medium Purple #AA6BFC

Tints of Medium Purple #AA6BFC

Color information

#AA6BFC (or 0xAA6BFC) is unknown color: approx Medium Purple. HEX triplet: AA, 6B and FC. RGB value is (170,107,252). Sum of RGB (Red+Green+Blue) = 170+107+252=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BFC is #559403. Grayscale: #8D8D8D. Windows color (decimal): -5608452 or 16542634. OLE color: 16542634.

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

Color convert

RGB170107252-
CMYK0.330.5800.01
HSL266.07º96.03%70.39%-
HSV(B)266.07º57.54%98.82%-
XYZ39.4126.0995.05-
YUV142.37189.87147.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 107 (42.19% from 255) = 20.23%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=32.14%
G=20.23%
B=47.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701072520.330.5800.01266.0796.0370.39
HexAA6BFC213A0110a6046
Octal252153374417201412140106
Binary101010101101011111111001000011110100110000101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BFC; }

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

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

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

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

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

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

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

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