Html Css Color HEX #AA4EE0 Medium Orchid

📋 copy color: '#AA4EE0'

red 170 ◦ green 78 ◦ blue 224

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

Shades of Medium Orchid #AA4EE0

Tints of Medium Orchid #AA4EE0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.53%

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 36.02%
G = 16.53%
B = 47.46%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA4EE0 (or 0xAA4EE0) is known color: Medium Orchid. HEX triplet: AA, 4E and E0. RGB value is (170,78,224). Sum of RGB (Red+Green+Blue) = 170+78+224=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA4EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EE0 is #55B11F. Grayscale: #797979. Windows color (decimal): -5615904 or 14700202. OLE color: 14700202.

HSL color Cylindrical-coordinate representation of color #AA4EE0: hue angle of 277.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4EE0 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 78 224 -
CMYK 0.24 0.65 0 0.12
HSL 277.81º 0.7% 0.59% -
HSV(B) 277.81º 0.65% 0.88% -
XYZ 32.76 19.38 72.53 -
YUV 122.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 170 78 224 0.24 0.65 0 0.12 277.81 0.7 0.59
Hex AA 4E E0 18 41 0 C 116 46 3B
Octal 252 116 340 30 101 0 14 426 106 73
Binary 10101010 1001110 11100000 11000 1000001 0 1100 100010110 1000110 111011

Color Harmonies of #AA4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EE0

Black with #AA4EE0

Text Example


Text Example

White with #AA4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EE0; }

 p { color: rgb(170,78,224); }

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

background-color css

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

 a { background-color: rgb(170,78,224); }

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

border-color css

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

 span { border-color: rgb(170,78,224); }

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