#AA4AD5

Color #AA4AD5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA4AD5

Tints of Medium Orchid #AA4AD5

Color information

#AA4AD5 (or 0xAA4AD5) is unknown color: approx Medium Orchid. HEX triplet: AA, 4A and D5. RGB value is (170,74,213). Sum of RGB (Red+Green+Blue) = 170+74+213=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA4AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AD5 is #55B52A. Grayscale: #767676. Windows color (decimal): -5616939 or 13978282. OLE color: 13978282.

HSL color Cylindrical-coordinate representation of color #AA4AD5: hue angle of 281.44º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4AD5 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17074213-
CMYK0.200.6500.16
HSL281.44º62.33%56.27%-
HSV(B)281.44º65.26%83.53%-
XYZ31.0418.2564.84-
YUV118.55181.3164.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 213 (83.59% from 255) = 46.61%
R=37.20%
G=16.19%
B=46.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170742130.200.6500.16281.4462.3356.27
HexAA4AD514410101193e38
Octal252112325241010204317670
Binary10101010100101011010101101001000001010000100011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AD5; }

 p { color: rgb(170,74,213); }

 H1.HeaderClassName
 {
   color: #AA4AD5;
 }
 .AnyTagClassName
 {
   color: #AA4AD5;
 }
</style>
background-color css

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

 a { background-color: rgb(170,74,213); }

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

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

 span { border-color: rgb(170,74,213); }

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