Html Css Color HEX #AA49ED Medium Orchid

📋 copy color: '#AA49ED'

red 170 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #AA49ED

Tints of Medium Orchid #AA49ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 35.42%
G = 15.21%
B = 49.38%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA49ED (or 0xAA49ED) is known color: Medium Orchid. HEX triplet: AA, 49 and ED. RGB value is (170,73,237). Sum of RGB (Red+Green+Blue) = 170+73+237=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA49ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49ED is #55B612. Grayscale: #787878. Windows color (decimal): -5617171 or 15550890. OLE color: 15550890.

HSL color Cylindrical-coordinate representation of color #AA49ED: hue angle of 275.49º degrees, saturation: 0.82, 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 #AA49ED is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 73 237 -
CMYK 0.28 0.69 0 0.07
HSL 275.49º 0.82% 0.61% -
HSV(B) 275.49º 0.69% 0.93% -
XYZ 34.25 19.43 82.07 -
YUV 120.7 193.64 163.16 -
System Red Green Blue C M Y K H S L
Decimal 170 73 237 0.28 0.69 0 0.07 275.49 0.82 0.61
Hex AA 49 ED 1C 45 0 7 113 52 3D
Octal 252 111 355 34 105 0 7 423 122 75
Binary 10101010 1001001 11101101 11100 1000101 0 111 100010011 1010010 111101

Color Harmonies of #AA49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49ED

Black with #AA49ED

Text Example


Text Example

White with #AA49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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