Html Css Color HEX #AA56DC Medium Orchid

📋 copy color: '#AA56DC'

red 170 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #AA56DC

Tints of Medium Orchid #AA56DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 35.71%
G = 18.07%
B = 46.22%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA56DC (or 0xAA56DC) is known color: Medium Orchid. HEX triplet: AA, 56 and DC. RGB value is (170,86,220). Sum of RGB (Red+Green+Blue) = 170+86+220=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56DC is #55A923. Grayscale: #7D7D7D. Windows color (decimal): -5613860 or 14440106. OLE color: 14440106.

HSL color Cylindrical-coordinate representation of color #AA56DC: hue angle of 277.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA56DC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 86 220 -
CMYK 0.23 0.61 0 0.14
HSL 277.61º 0.66% 0.6% -
HSV(B) 277.61º 0.61% 0.86% -
XYZ 32.82 20.37 69.91 -
YUV 126.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 170 86 220 0.23 0.61 0 0.14 277.61 0.66 0.6
Hex AA 56 DC 17 3D 0 E 116 42 3C
Octal 252 126 334 27 75 0 16 426 102 74
Binary 10101010 1010110 11011100 10111 111101 0 1110 100010110 1000010 111100

Color Harmonies of #AA56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56DC

Black with #AA56DC

Text Example


Text Example

White with #AA56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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