#AA6CED

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

Shades of Medium Purple #AA6CED

Tints of Medium Purple #AA6CED

Color information

#AA6CED (or 0xAA6CED) is unknown color: approx Medium Purple. HEX triplet: AA, 6C and ED. RGB value is (170,108,237). Sum of RGB (Red+Green+Blue) = 170+108+237=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA6CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CED is #559312. Grayscale: #8C8C8C. Windows color (decimal): -5608211 or 15559850. OLE color: 15559850.

HSL color Cylindrical-coordinate representation of color #AA6CED: hue angle of 268.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6CED is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170108237-
CMYK0.280.5400.07
HSL268.84º78.18%67.65%-
HSV(B)268.84º54.43%92.94%-
XYZ37.2325.3983.06-
YUV141.24182.04148.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=33.01%
G=20.97%
B=46.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701082370.280.5400.07268.8478.1867.65
HexAA6CED1C360710d4e44
Octal252154355346607415116104
Binary1010101011011001110110111100110110011110000110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CED; }

 p { color: rgb(170,108,237); }

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

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

 a { background-color: rgb(170,108,237); }

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

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

 span { border-color: rgb(170,108,237); }

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