Html Css Color HEX #AA49E7 Medium Orchid

📋 copy color: '#AA49E7'

red 170 ◦ green 73 ◦ blue 231

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

Shades of Medium Orchid #AA49E7

Tints of Medium Orchid #AA49E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 35.86%
G = 15.4%
B = 48.73%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA49E7 (or 0xAA49E7) is known color: Medium Orchid. HEX triplet: AA, 49 and E7. RGB value is (170,73,231). Sum of RGB (Red+Green+Blue) = 170+73+231=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA49E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49E7 is #55B618. Grayscale: #777777. Windows color (decimal): -5617177 or 15157674. OLE color: 15157674.

HSL color Cylindrical-coordinate representation of color #AA49E7: hue angle of 276.84º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA49E7 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 73 231 -
CMYK 0.26 0.68 0 0.09
HSL 276.84º 0.77% 0.6% -
HSV(B) 276.84º 0.68% 0.91% -
XYZ 33.38 19.08 77.52 -
YUV 120.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 170 73 231 0.26 0.68 0 0.09 276.84 0.77 0.6
Hex AA 49 E7 1A 44 0 9 115 4D 3C
Octal 252 111 347 32 104 0 11 425 115 74
Binary 10101010 1001001 11100111 11010 1000100 0 1001 100010101 1001101 111100

Color Harmonies of #AA49E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49E7

Black with #AA49E7

Text Example


Text Example

White with #AA49E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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