Html Css Color HEX #AA4DE0 Medium Orchid

📋 copy color: '#AA4DE0'

red 170 ◦ green 77 ◦ blue 224

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

Shades of Medium Orchid #AA4DE0

Tints of Medium Orchid #AA4DE0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

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

R = 36.09%
G = 16.35%
B = 47.56%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA4DE0 (or 0xAA4DE0) is known color: Medium Orchid. HEX triplet: AA, 4D and E0. RGB value is (170,77,224). Sum of RGB (Red+Green+Blue) = 170+77+224=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA4DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DE0 is #55B21F. Grayscale: #797979. Windows color (decimal): -5616160 or 14699946. OLE color: 14699946.

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

Color convert

RGB 170 77 224 -
CMYK 0.24 0.66 0 0.12
HSL 277.96º 0.7% 0.59% -
HSV(B) 277.96º 0.66% 0.88% -
XYZ 32.69 19.24 72.51 -
YUV 121.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 170 77 224 0.24 0.66 0 0.12 277.96 0.7 0.59
Hex AA 4D E0 18 42 0 C 116 46 3B
Octal 252 115 340 30 102 0 14 426 106 73
Binary 10101010 1001101 11100000 11000 1000010 0 1100 100010110 1000110 111011

Color Harmonies of #AA4DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DE0

Black with #AA4DE0

Text Example


Text Example

White with #AA4DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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