#AA6BF3

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

Shades of Medium Purple #AA6BF3

Tints of Medium Purple #AA6BF3

Color information

#AA6BF3 (or 0xAA6BF3) is unknown color: approx Medium Purple. HEX triplet: AA, 6B and F3. RGB value is (170,107,243). Sum of RGB (Red+Green+Blue) = 170+107+243=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA6BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BF3 is #55940C. Grayscale: #8C8C8C. Windows color (decimal): -5608461 or 15952810. OLE color: 15952810.

HSL color Cylindrical-coordinate representation of color #AA6BF3: hue angle of 267.79º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6BF3 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170107243-
CMYK0.300.5600.05
HSL267.79º85%68.63%-
HSV(B)267.79º55.97%95.29%-
XYZ38.0125.5387.72-
YUV141.34185.37148.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 243 (95.31% from 255) = 46.73%
R=32.69%
G=20.58%
B=46.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701072430.300.5600.05267.798568.63
HexAA6BF31E380510c5545
Octal252153363367005414125105
Binary1010101011010111111001111110111000010110000110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BF3; }

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

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

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

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

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

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

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

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