#AA6AFB

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

Shades of Medium Purple #AA6AFB

Tints of Medium Purple #AA6AFB

Color information

#AA6AFB (or 0xAA6AFB) is unknown color: approx Medium Purple. HEX triplet: AA, 6A and FB. RGB value is (170,106,251). Sum of RGB (Red+Green+Blue) = 170+106+251=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA6AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AFB is #559504. Grayscale: #8D8D8D. Windows color (decimal): -5608709 or 16476842. OLE color: 16476842.

HSL color Cylindrical-coordinate representation of color #AA6AFB: hue angle of 266.48º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6AFB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170106251-
CMYK0.320.5800.02
HSL266.48º94.77%70%-
HSV(B)266.48º57.77%98.43%-
XYZ39.1425.8294.19-
YUV141.67189.7148.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 106 (41.80% from 255) = 20.11%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=32.26%
G=20.11%
B=47.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701062510.320.5800.02266.4894.7770
HexAA6AFB203A0210a5f46
Octal252152373407202412137106
Binary1010101011010101111101110000011101001010000101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AFB; }

 p { color: rgb(170,106,251); }

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

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

 a { background-color: rgb(170,106,251); }

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

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

 span { border-color: rgb(170,106,251); }

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