Html Css Color HEX #AA56E9 Medium Orchid

📋 copy color: '#AA56E9'

red 170 ◦ green 86 ◦ blue 233

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

Shades of Medium Orchid #AA56E9

Tints of Medium Orchid #AA56E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 34.76%
G = 17.59%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA56E9 (or 0xAA56E9) is known color: Medium Orchid. HEX triplet: AA, 56 and E9. RGB value is (170,86,233). Sum of RGB (Red+Green+Blue) = 170+86+233=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA56E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56E9 is #55A916. Grayscale: #7F7F7F. Windows color (decimal): -5613847 or 15292074. OLE color: 15292074.

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

Color convert

RGB 170 86 233 -
CMYK 0.27 0.63 0 0.09
HSL 274.29º 0.77% 0.63% -
HSV(B) 274.29º 0.63% 0.91% -
XYZ 34.61 21.08 79.34 -
YUV 127.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 170 86 233 0.27 0.63 0 0.09 274.29 0.77 0.63
Hex AA 56 E9 1B 3F 0 9 112 4D 3F
Octal 252 126 351 33 77 0 11 422 115 77
Binary 10101010 1010110 11101001 11011 111111 0 1001 100010010 1001101 111111

Color Harmonies of #AA56E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56E9

Black with #AA56E9

Text Example


Text Example

White with #AA56E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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