Html Css Color HEX #AA56EC Medium Orchid

📋 copy color: '#AA56EC'

red 170 ◦ green 86 ◦ blue 236

#AA56EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AA56EC

Tints of Medium Orchid #AA56EC

RGB

 RED value IS 170 (66.8% from 255) = 34.55%

 GREEN value IS 86 (33.98% from 255) = 17.48%

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 34.55%
G = 17.48%
B = 47.97%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA56EC (or 0xAA56EC) is known color: Medium Orchid. HEX triplet: AA, 56 and EC. RGB value is (170,86,236). Sum of RGB (Red+Green+Blue) = 170+86+236=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56EC is #55A913. Grayscale: #7F7F7F. Windows color (decimal): -5613844 or 15488682. OLE color: 15488682.

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

Color convert

RGB 170 86 236 -
CMYK 0.28 0.64 0 0.07
HSL 273.6º 0.8% 0.63% -
HSV(B) 273.6º 0.64% 0.93% -
XYZ 35.05 21.26 81.61 -
YUV 128.22 188.83 157.8 -
System Red Green Blue C M Y K H S L
Decimal 170 86 236 0.28 0.64 0 0.07 273.6 0.8 0.63
Hex AA 56 EC 1C 40 0 7 112 50 3F
Octal 252 126 354 34 100 0 7 422 120 77
Binary 10101010 1010110 11101100 11100 1000000 0 111 100010010 1010000 111111

Color Harmonies of #AA56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56EC

Black with #AA56EC

Text Example


Text Example

White with #AA56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56EC; }

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

 H1.HeaderClassName
 {
   color: #AA56EC;
 }
 .AnyTagClassName
 {
   color: #AA56EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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