Html Css Color HEX #AA49CA Medium Orchid

📋 copy color: '#AA49CA'

red 170 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #AA49CA

Tints of Medium Orchid #AA49CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.4%

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

R = 38.2%
G = 16.4%
B = 45.39%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA49CA (or 0xAA49CA) is known color: Medium Orchid. HEX triplet: AA, 49 and CA. RGB value is (170,73,202). Sum of RGB (Red+Green+Blue) = 170+73+202=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49CA is #55B635. Grayscale: #747474. Windows color (decimal): -5617206 or 13257130. OLE color: 13257130.

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

Color convert

RGB 170 73 202 -
CMYK 0.16 0.64 0 0.21
HSL 285.12º 0.55% 0.54% -
HSV(B) 285.12º 0.64% 0.79% -
XYZ 29.62 17.58 57.71 -
YUV 116.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 170 73 202 0.16 0.64 0 0.21 285.12 0.55 0.54
Hex AA 49 CA 10 40 0 15 11D 37 36
Octal 252 111 312 20 100 0 25 435 67 66
Binary 10101010 1001001 11001010 10000 1000000 0 10101 100011101 110111 110110

Color Harmonies of #AA49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49CA

Black with #AA49CA

Text Example


Text Example

White with #AA49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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