#AA4CDF

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

Shades of Medium Orchid #AA4CDF

Tints of Medium Orchid #AA4CDF

Color information

#AA4CDF (or 0xAA4CDF) is unknown color: approx Medium Orchid. HEX triplet: AA, 4C and DF. RGB value is (170,76,223). Sum of RGB (Red+Green+Blue) = 170+76+223=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CDF is #55B320. Grayscale: #787878. Windows color (decimal): -5616417 or 14634154. OLE color: 14634154.

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

Color convert

RGB17076223-
CMYK0.240.6600.13
HSL278.37º69.67%58.63%-
HSV(B)278.37º65.92%87.45%-
XYZ32.4819.0471.78-
YUV120.86185.64163.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=36.25%
G=16.20%
B=47.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170762230.240.6600.13278.3769.6758.63
HexAA4CDF18420D116463b
Octal2521143373010201542610673
Binary10101010100110011011111110001000010011011000101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4CDF; }

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

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

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

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

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

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

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

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