#AA4DEC

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

Shades of Medium Orchid #AA4DEC

Tints of Medium Orchid #AA4DEC

Color information

#AA4DEC (or 0xAA4DEC) is unknown color: approx Medium Orchid. HEX triplet: AA, 4D and EC. RGB value is (170,77,236). Sum of RGB (Red+Green+Blue) = 170+77+236=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DEC is #55B213. Grayscale: #7A7A7A. Windows color (decimal): -5616148 or 15486378. OLE color: 15486378.

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

Color convert

RGB17077236-
CMYK0.280.6700.07
HSL275.09º80.71%61.37%-
HSV(B)275.09º67.37%92.55%-
XYZ34.3719.9181.39-
YUV122.93191.81161.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 77 (30.47% from 255) = 15.94%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=35.20%
G=15.94%
B=48.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170772360.280.6700.07275.0980.7161.37
HexAA4DEC1C4307113513d
Octal252115354341030742312175
Binary1010101010011011110110011100100001101111000100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DEC; }

 p { color: rgb(170,77,236); }

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

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

 a { background-color: rgb(170,77,236); }

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

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

 span { border-color: rgb(170,77,236); }

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