Html Css Color HEX #AA56C6 Medium Orchid

📋 copy color: '#AA56C6'

red 170 ◦ green 86 ◦ blue 198

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

Shades of Medium Orchid #AA56C6

Tints of Medium Orchid #AA56C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 37.44%
G = 18.94%
B = 43.61%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA56C6 (or 0xAA56C6) is known color: Medium Orchid. HEX triplet: AA, 56 and C6. RGB value is (170,86,198). Sum of RGB (Red+Green+Blue) = 170+86+198=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA56C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56C6 is #55A939. Grayscale: #7B7B7B. Windows color (decimal): -5613882 or 12998314. OLE color: 12998314.

HSL color Cylindrical-coordinate representation of color #AA56C6: hue angle of 285º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA56C6 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 86 198 -
CMYK 0.14 0.57 0 0.22
HSL 285º 0.5% 0.56% -
HSV(B) 285º 0.57% 0.78% -
XYZ 30.1 19.28 55.56 -
YUV 123.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 170 86 198 0.14 0.57 0 0.22 285 0.5 0.56
Hex AA 56 C6 E 39 0 16 11D 32 38
Octal 252 126 306 16 71 0 26 435 62 70
Binary 10101010 1010110 11000110 1110 111001 0 10110 100011101 110010 111000

Color Harmonies of #AA56C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56C6

Black with #AA56C6

Text Example


Text Example

White with #AA56C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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