Html Css Color HEX #AA49EB Medium Orchid

📋 copy color: '#AA49EB'

red 170 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #AA49EB

Tints of Medium Orchid #AA49EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 35.56%
G = 15.27%
B = 49.16%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA49EB (or 0xAA49EB) is known color: Medium Orchid. HEX triplet: AA, 49 and EB. RGB value is (170,73,235). Sum of RGB (Red+Green+Blue) = 170+73+235=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49EB is #55B614. Grayscale: #777777. Windows color (decimal): -5617173 or 15419818. OLE color: 15419818.

HSL color Cylindrical-coordinate representation of color #AA49EB: hue angle of 275.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA49EB is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 73 235 -
CMYK 0.28 0.69 0 0.08
HSL 275.93º 0.8% 0.6% -
HSV(B) 275.93º 0.69% 0.92% -
XYZ 33.96 19.31 80.53 -
YUV 120.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 170 73 235 0.28 0.69 0 0.08 275.93 0.8 0.6
Hex AA 49 EB 1C 45 0 8 114 50 3C
Octal 252 111 353 34 105 0 10 424 120 74
Binary 10101010 1001001 11101011 11100 1000101 0 1000 100010100 1010000 111100

Color Harmonies of #AA49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49EB

Black with #AA49EB

Text Example


Text Example

White with #AA49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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