#AA4BDA

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

Shades of Medium Orchid #AA4BDA

Tints of Medium Orchid #AA4BDA

Color information

#AA4BDA (or 0xAA4BDA) is unknown color: approx Medium Orchid. HEX triplet: AA, 4B and DA. RGB value is (170,75,218). Sum of RGB (Red+Green+Blue) = 170+75+218=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BDA is #55B425. Grayscale: #777777. Windows color (decimal): -5616678 or 14306218. OLE color: 14306218.

HSL color Cylindrical-coordinate representation of color #AA4BDA: hue angle of 279.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4BDA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17075218-
CMYK0.220.6600.15
HSL279.86º65.9%57.45%-
HSV(B)279.86º65.6%85.49%-
XYZ31.7518.6468.25-
YUV119.71183.47163.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=36.72%
G=16.20%
B=47.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170752180.220.6600.15279.8665.957.45
HexAA4BDA16420F1184239
Octal2521133322610201743010271
Binary10101010100101111011010101101000010011111000110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BDA; }

 p { color: rgb(170,75,218); }

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

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

 a { background-color: rgb(170,75,218); }

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

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

 span { border-color: rgb(170,75,218); }

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