Html Css Color HEX #AA49EE Medium Orchid

📋 copy color: '#AA49EE'

red 170 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #AA49EE

Tints of Medium Orchid #AA49EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 35.34%
G = 15.18%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA49EE (or 0xAA49EE) is known color: Medium Orchid. HEX triplet: AA, 49 and EE. RGB value is (170,73,238). Sum of RGB (Red+Green+Blue) = 170+73+238=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49EE is #55B611. Grayscale: #787878. Windows color (decimal): -5617170 or 15616426. OLE color: 15616426.

HSL color Cylindrical-coordinate representation of color #AA49EE: hue angle of 275.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA49EE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 73 238 -
CMYK 0.29 0.69 0 0.07
HSL 275.27º 0.83% 0.61% -
HSV(B) 275.27º 0.69% 0.93% -
XYZ 34.39 19.48 82.84 -
YUV 120.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 170 73 238 0.29 0.69 0 0.07 275.27 0.83 0.61
Hex AA 49 EE 1D 45 0 7 113 53 3D
Octal 252 111 356 35 105 0 7 423 123 75
Binary 10101010 1001001 11101110 11101 1000101 0 111 100010011 1010011 111101

Color Harmonies of #AA49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49EE

Black with #AA49EE

Text Example


Text Example

White with #AA49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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