#AA6FE8

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

Shades of Medium Purple #AA6FE8

Tints of Medium Purple #AA6FE8

Color information

#AA6FE8 (or 0xAA6FE8) is unknown color: approx Medium Purple. HEX triplet: AA, 6F and E8. RGB value is (170,111,232). Sum of RGB (Red+Green+Blue) = 170+111+232=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA6FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FE8 is #559017. Grayscale: #8E8E8E. Windows color (decimal): -5607448 or 15232938. OLE color: 15232938.

HSL color Cylindrical-coordinate representation of color #AA6FE8: hue angle of 269.26º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6FE8 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170111232-
CMYK0.270.5200.09
HSL269.26º72.46%67.25%-
HSV(B)269.26º52.16%90.98%-
XYZ36.8325.7479.37-
YUV142.44178.55147.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 232 (91.02% from 255) = 45.22%
R=33.14%
G=21.64%
B=45.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701112320.270.5200.09269.2672.4667.25
HexAA6FE81B340910d4843
Octal2521573503364011415110103
Binary10101010110111111101000110111101000100110000110110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FE8; }

 p { color: rgb(170,111,232); }

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

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

 a { background-color: rgb(170,111,232); }

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

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

 span { border-color: rgb(170,111,232); }

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