Html Css Color HEX #AA56C7 Medium Orchid

📋 copy color: '#AA56C7'

red 170 ◦ green 86 ◦ blue 199

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

Shades of Medium Orchid #AA56C7

Tints of Medium Orchid #AA56C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.74%

R = 37.36%
G = 18.9%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA56C7 (or 0xAA56C7) is known color: Medium Orchid. HEX triplet: AA, 56 and C7. RGB value is (170,86,199). Sum of RGB (Red+Green+Blue) = 170+86+199=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA56C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56C7 is #55A938. Grayscale: #7B7B7B. Windows color (decimal): -5613881 or 13063850. OLE color: 13063850.

HSL color Cylindrical-coordinate representation of color #AA56C7: hue angle of 284.6º 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 #AA56C7 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 86 199 -
CMYK 0.15 0.57 0 0.22
HSL 284.6º 0.5% 0.56% -
HSV(B) 284.6º 0.57% 0.78% -
XYZ 30.21 19.33 56.17 -
YUV 124 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 170 86 199 0.15 0.57 0 0.22 284.6 0.5 0.56
Hex AA 56 C7 F 39 0 16 11D 32 38
Octal 252 126 307 17 71 0 26 435 62 70
Binary 10101010 1010110 11000111 1111 111001 0 10110 100011101 110010 111000

Color Harmonies of #AA56C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56C7

Black with #AA56C7

Text Example


Text Example

White with #AA56C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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