Html Css Color HEX #AA56DA Medium Orchid

📋 copy color: '#AA56DA'

red 170 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #AA56DA

Tints of Medium Orchid #AA56DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 35.86%
G = 18.14%
B = 45.99%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA56DA (or 0xAA56DA) is known color: Medium Orchid. HEX triplet: AA, 56 and DA. RGB value is (170,86,218). Sum of RGB (Red+Green+Blue) = 170+86+218=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA56DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56DA is #55A925. Grayscale: #7D7D7D. Windows color (decimal): -5613862 or 14309034. OLE color: 14309034.

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

Color convert

RGB 170 86 218 -
CMYK 0.22 0.61 0 0.15
HSL 278.18º 0.64% 0.6% -
HSV(B) 278.18º 0.61% 0.85% -
XYZ 32.56 20.26 68.52 -
YUV 126.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 170 86 218 0.22 0.61 0 0.15 278.18 0.64 0.6
Hex AA 56 DA 16 3D 0 F 116 40 3C
Octal 252 126 332 26 75 0 17 426 100 74
Binary 10101010 1010110 11011010 10110 111101 0 1111 100010110 1000000 111100

Color Harmonies of #AA56DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56DA

Black with #AA56DA

Text Example


Text Example

White with #AA56DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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