Html Css Color HEX #AA56CA Medium Orchid

📋 copy color: '#AA56CA'

red 170 ◦ green 86 ◦ blue 202

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

Shades of Medium Orchid #AA56CA

Tints of Medium Orchid #AA56CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 37.12%
G = 18.78%
B = 44.1%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA56CA (or 0xAA56CA) is known color: Medium Orchid. HEX triplet: AA, 56 and CA. RGB value is (170,86,202). Sum of RGB (Red+Green+Blue) = 170+86+202=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56CA is #55A935. Grayscale: #7B7B7B. Windows color (decimal): -5613878 or 13260458. OLE color: 13260458.

HSL color Cylindrical-coordinate representation of color #AA56CA: hue angle of 283.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA56CA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 86 202 -
CMYK 0.16 0.57 0 0.21
HSL 283.45º 0.52% 0.56% -
HSV(B) 283.45º 0.57% 0.79% -
XYZ 30.57 19.47 58.02 -
YUV 124.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 170 86 202 0.16 0.57 0 0.21 283.45 0.52 0.56
Hex AA 56 CA 10 39 0 15 11B 34 38
Octal 252 126 312 20 71 0 25 433 64 70
Binary 10101010 1010110 11001010 10000 111001 0 10101 100011011 110100 111000

Color Harmonies of #AA56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56CA

Black with #AA56CA

Text Example


Text Example

White with #AA56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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