Html Css Color HEX #AA49DC Medium Orchid

📋 copy color: '#AA49DC'

red 170 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #AA49DC

Tints of Medium Orchid #AA49DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 36.72%
G = 15.77%
B = 47.52%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA49DC (or 0xAA49DC) is known color: Medium Orchid. HEX triplet: AA, 49 and DC. RGB value is (170,73,220). Sum of RGB (Red+Green+Blue) = 170+73+220=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49DC is #55B623. Grayscale: #767676. Windows color (decimal): -5617188 or 14436778. OLE color: 14436778.

HSL color Cylindrical-coordinate representation of color #AA49DC: hue angle of 279.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA49DC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 73 220 -
CMYK 0.23 0.67 0 0.14
HSL 279.59º 0.68% 0.57% -
HSV(B) 279.59º 0.67% 0.86% -
XYZ 31.88 18.48 69.6 -
YUV 118.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 170 73 220 0.23 0.67 0 0.14 279.59 0.68 0.57
Hex AA 49 DC 17 43 0 E 118 44 39
Octal 252 111 334 27 103 0 16 430 104 71
Binary 10101010 1001001 11011100 10111 1000011 0 1110 100011000 1000100 111001

Color Harmonies of #AA49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49DC

Black with #AA49DC

Text Example


Text Example

White with #AA49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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