Html Css Color HEX #AA56D9 Medium Orchid

📋 copy color: '#AA56D9'

red 170 ◦ green 86 ◦ blue 217

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

Shades of Medium Orchid #AA56D9

Tints of Medium Orchid #AA56D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 35.94%
G = 18.18%
B = 45.88%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA56D9 (or 0xAA56D9) is known color: Medium Orchid. HEX triplet: AA, 56 and D9. RGB value is (170,86,217). Sum of RGB (Red+Green+Blue) = 170+86+217=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA56D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56D9 is #55A926. Grayscale: #7D7D7D. Windows color (decimal): -5613863 or 14243498. OLE color: 14243498.

HSL color Cylindrical-coordinate representation of color #AA56D9: hue angle of 278.47º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA56D9 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 86 217 -
CMYK 0.22 0.60 0 0.15
HSL 278.47º 0.63% 0.59% -
HSV(B) 278.47º 0.6% 0.85% -
XYZ 32.43 20.21 67.84 -
YUV 126.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 170 86 217 0.22 0.60 0 0.15 278.47 0.63 0.59
Hex AA 56 D9 16 3C 0 F 116 3F 3B
Octal 252 126 331 26 74 0 17 426 77 73
Binary 10101010 1010110 11011001 10110 111100 0 1111 100010110 111111 111011

Color Harmonies of #AA56D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56D9

Black with #AA56D9

Text Example


Text Example

White with #AA56D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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