Html Css Color HEX #AA56CE Medium Orchid

📋 copy color: '#AA56CE'

red 170 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #AA56CE

Tints of Medium Orchid #AA56CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 36.8%
G = 18.61%
B = 44.59%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA56CE (or 0xAA56CE) is known color: Medium Orchid. HEX triplet: AA, 56 and CE. RGB value is (170,86,206). Sum of RGB (Red+Green+Blue) = 170+86+206=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA56CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56CE is #55A931. Grayscale: #7C7C7C. Windows color (decimal): -5613874 or 13522602. OLE color: 13522602.

HSL color Cylindrical-coordinate representation of color #AA56CE: hue angle of 282º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA56CE is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 86 206 -
CMYK 0.17 0.58 0 0.19
HSL 282º 0.55% 0.57% -
HSV(B) 282º 0.58% 0.81% -
XYZ 31.05 19.66 60.55 -
YUV 124.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 170 86 206 0.17 0.58 0 0.19 282 0.55 0.57
Hex AA 56 CE 11 3A 0 13 11A 37 39
Octal 252 126 316 21 72 0 23 432 67 71
Binary 10101010 1010110 11001110 10001 111010 0 10011 100011010 110111 111001

Color Harmonies of #AA56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56CE

Black with #AA56CE

Text Example


Text Example

White with #AA56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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