Html Css Color HEX #AA49D5 Medium Orchid

📋 copy color: '#AA49D5'

red 170 ◦ green 73 ◦ blue 213

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

Shades of Medium Orchid #AA49D5

Tints of Medium Orchid #AA49D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 37.28%
G = 16.01%
B = 46.71%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA49D5 (or 0xAA49D5) is known color: Medium Orchid. HEX triplet: AA, 49 and D5. RGB value is (170,73,213). Sum of RGB (Red+Green+Blue) = 170+73+213=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA49D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49D5 is #55B62A. Grayscale: #757575. Windows color (decimal): -5617195 or 13978026. OLE color: 13978026.

HSL color Cylindrical-coordinate representation of color #AA49D5: hue angle of 281.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA49D5 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 73 213 -
CMYK 0.20 0.66 0 0.16
HSL 281.57º 0.63% 0.56% -
HSV(B) 281.57º 0.66% 0.84% -
XYZ 30.97 18.12 64.82 -
YUV 117.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 170 73 213 0.20 0.66 0 0.16 281.57 0.63 0.56
Hex AA 49 D5 14 42 0 10 11A 3E 38
Octal 252 111 325 24 102 0 20 432 76 70
Binary 10101010 1001001 11010101 10100 1000010 0 10000 100011010 111110 111000

Color Harmonies of #AA49D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49D5

Black with #AA49D5

Text Example


Text Example

White with #AA49D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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