Html Css Color HEX #AA49DB Medium Orchid

📋 copy color: '#AA49DB'

red 170 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #AA49DB

Tints of Medium Orchid #AA49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 36.8%
G = 15.8%
B = 47.4%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA49DB (or 0xAA49DB) is known color: Medium Orchid. HEX triplet: AA, 49 and DB. RGB value is (170,73,219). Sum of RGB (Red+Green+Blue) = 170+73+219=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49DB is #55B624. Grayscale: #767676. Windows color (decimal): -5617189 or 14371242. OLE color: 14371242.

HSL color Cylindrical-coordinate representation of color #AA49DB: hue angle of 279.86º degrees, saturation: 0.67, 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 #AA49DB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 73 219 -
CMYK 0.22 0.67 0 0.14
HSL 279.86º 0.67% 0.57% -
HSV(B) 279.86º 0.67% 0.86% -
XYZ 31.75 18.43 68.9 -
YUV 118.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 170 73 219 0.22 0.67 0 0.14 279.86 0.67 0.57
Hex AA 49 DB 16 43 0 E 118 43 39
Octal 252 111 333 26 103 0 16 430 103 71
Binary 10101010 1001001 11011011 10110 1000011 0 1110 100011000 1000011 111001

Color Harmonies of #AA49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49DB

Black with #AA49DB

Text Example


Text Example

White with #AA49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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