Html Css Color HEX #AA56D0 Medium Orchid

📋 copy color: '#AA56D0'

red 170 ◦ green 86 ◦ blue 208

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

Shades of Medium Orchid #AA56D0

Tints of Medium Orchid #AA56D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 36.64%
G = 18.53%
B = 44.83%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA56D0 (or 0xAA56D0) is known color: Medium Orchid. HEX triplet: AA, 56 and D0. RGB value is (170,86,208). Sum of RGB (Red+Green+Blue) = 170+86+208=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA56D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56D0 is #55A92F. Grayscale: #7C7C7C. Windows color (decimal): -5613872 or 13653674. OLE color: 13653674.

HSL color Cylindrical-coordinate representation of color #AA56D0: hue angle of 281.31º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA56D0 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 86 208 -
CMYK 0.18 0.59 0 0.18
HSL 281.31º 0.56% 0.58% -
HSV(B) 281.31º 0.59% 0.82% -
XYZ 31.29 19.76 61.84 -
YUV 125.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 170 86 208 0.18 0.59 0 0.18 281.31 0.56 0.58
Hex AA 56 D0 12 3B 0 12 119 38 3A
Octal 252 126 320 22 73 0 22 431 70 72
Binary 10101010 1010110 11010000 10010 111011 0 10010 100011001 111000 111010

Color Harmonies of #AA56D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56D0

Black with #AA56D0

Text Example


Text Example

White with #AA56D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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