Html Css Color HEX #AA56EA Medium Orchid

📋 copy color: '#AA56EA'

red 170 ◦ green 86 ◦ blue 234

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

Shades of Medium Orchid #AA56EA

Tints of Medium Orchid #AA56EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 34.69%
G = 17.55%
B = 47.76%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA56EA (or 0xAA56EA) is known color: Medium Orchid. HEX triplet: AA, 56 and EA. RGB value is (170,86,234). Sum of RGB (Red+Green+Blue) = 170+86+234=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56EA is #55A915. Grayscale: #7F7F7F. Windows color (decimal): -5613846 or 15357610. OLE color: 15357610.

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

Color convert

RGB 170 86 234 -
CMYK 0.27 0.63 0 0.08
HSL 274.05º 0.78% 0.63% -
HSV(B) 274.05º 0.63% 0.92% -
XYZ 34.76 21.14 80.09 -
YUV 127.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 170 86 234 0.27 0.63 0 0.08 274.05 0.78 0.63
Hex AA 56 EA 1B 3F 0 8 112 4E 3F
Octal 252 126 352 33 77 0 10 422 116 77
Binary 10101010 1010110 11101010 11011 111111 0 1000 100010010 1001110 111111

Color Harmonies of #AA56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56EA

Black with #AA56EA

Text Example


Text Example

White with #AA56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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