#AA4CD1

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

Shades of Medium Orchid #AA4CD1

Tints of Medium Orchid #AA4CD1

Color information

#AA4CD1 (or 0xAA4CD1) is unknown color: approx Medium Orchid. HEX triplet: AA, 4C and D1. RGB value is (170,76,209). Sum of RGB (Red+Green+Blue) = 170+76+209=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA4CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CD1 is #55B32E. Grayscale: #767676. Windows color (decimal): -5616431 or 13716650. OLE color: 13716650.

HSL color Cylindrical-coordinate representation of color #AA4CD1: hue angle of 282.41º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4CD1 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17076209-
CMYK0.190.6400.18
HSL282.41º59.11%55.88%-
HSV(B)282.41º63.64%81.96%-
XYZ30.6718.3262.24-
YUV119.27178.64164.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=37.36%
G=16.70%
B=45.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170762090.190.6400.18282.4159.1155.88
HexAA4CD1134001211a3b38
Octal252114321231000224327370
Binary10101010100110011010001100111000000010010100011010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4CD1; }

 p { color: rgb(170,76,209); }

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

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

 a { background-color: rgb(170,76,209); }

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

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

 span { border-color: rgb(170,76,209); }

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