Html Css Color HEX #AA49CE Medium Orchid

📋 copy color: '#AA49CE'

red 170 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #AA49CE

Tints of Medium Orchid #AA49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 37.86%
G = 16.26%
B = 45.88%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA49CE (or 0xAA49CE) is known color: Medium Orchid. HEX triplet: AA, 49 and CE. RGB value is (170,73,206). Sum of RGB (Red+Green+Blue) = 170+73+206=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49CE is #55B631. Grayscale: #747474. Windows color (decimal): -5617202 or 13519274. OLE color: 13519274.

HSL color Cylindrical-coordinate representation of color #AA49CE: hue angle of 283.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA49CE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 73 206 -
CMYK 0.17 0.65 0 0.19
HSL 283.76º 0.58% 0.55% -
HSV(B) 283.76º 0.65% 0.81% -
XYZ 30.1 17.77 60.24 -
YUV 117.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 170 73 206 0.17 0.65 0 0.19 283.76 0.58 0.55
Hex AA 49 CE 11 41 0 13 11C 3A 37
Octal 252 111 316 21 101 0 23 434 72 67
Binary 10101010 1001001 11001110 10001 1000001 0 10011 100011100 111010 110111

Color Harmonies of #AA49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49CE

Black with #AA49CE

Text Example


Text Example

White with #AA49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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