Html Css Color HEX #AA49DD Medium Orchid

📋 copy color: '#AA49DD'

red 170 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #AA49DD

Tints of Medium Orchid #AA49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 36.64%
G = 15.73%
B = 47.63%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA49DD (or 0xAA49DD) is known color: Medium Orchid. HEX triplet: AA, 49 and DD. RGB value is (170,73,221). Sum of RGB (Red+Green+Blue) = 170+73+221=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49DD is #55B622. Grayscale: #767676. Windows color (decimal): -5617187 or 14502314. OLE color: 14502314.

HSL color Cylindrical-coordinate representation of color #AA49DD: hue angle of 279.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA49DD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 73 221 -
CMYK 0.23 0.67 0 0.13
HSL 279.32º 0.69% 0.58% -
HSV(B) 279.32º 0.67% 0.87% -
XYZ 32.01 18.53 70.3 -
YUV 118.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 170 73 221 0.23 0.67 0 0.13 279.32 0.69 0.58
Hex AA 49 DD 17 43 0 D 117 45 3A
Octal 252 111 335 27 103 0 15 427 105 72
Binary 10101010 1001001 11011101 10111 1000011 0 1101 100010111 1000101 111010

Color Harmonies of #AA49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49DD

Black with #AA49DD

Text Example


Text Example

White with #AA49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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