Html Css Color HEX #AA56CB Medium Orchid

📋 copy color: '#AA56CB'

red 170 ◦ green 86 ◦ blue 203

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

Shades of Medium Orchid #AA56CB

Tints of Medium Orchid #AA56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 37.04%
G = 18.74%
B = 44.23%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA56CB (or 0xAA56CB) is known color: Medium Orchid. HEX triplet: AA, 56 and CB. RGB value is (170,86,203). Sum of RGB (Red+Green+Blue) = 170+86+203=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56CB is #55A934. Grayscale: #7C7C7C. Windows color (decimal): -5613877 or 13325994. OLE color: 13325994.

HSL color Cylindrical-coordinate representation of color #AA56CB: hue angle of 283.08º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA56CB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 86 203 -
CMYK 0.16 0.58 0 0.20
HSL 283.08º 0.53% 0.57% -
HSV(B) 283.08º 0.58% 0.8% -
XYZ 30.68 19.51 58.65 -
YUV 124.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 170 86 203 0.16 0.58 0 0.20 283.08 0.53 0.57
Hex AA 56 CB 10 3A 0 14 11B 35 39
Octal 252 126 313 20 72 0 24 433 65 71
Binary 10101010 1010110 11001011 10000 111010 0 10100 100011011 110101 111001

Color Harmonies of #AA56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56CB

Black with #AA56CB

Text Example


Text Example

White with #AA56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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