#AC5DC9

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

Shades of Medium Orchid #AC5DC9

Tints of Medium Orchid #AC5DC9

Color information

#AC5DC9 (or 0xAC5DC9) is unknown color: approx Medium Orchid. HEX triplet: AC, 5D and C9. RGB value is (172,93,201). Sum of RGB (Red+Green+Blue) = 172+93+201=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC5DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DC9 is #53A236. Grayscale: #808080. Windows color (decimal): -5481015 or 13196716. OLE color: 13196716.

HSL color Cylindrical-coordinate representation of color #AC5DC9: hue angle of 283.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC5DC9 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17293201-
CMYK0.140.5400.21
HSL283.89º50%57.65%-
HSV(B)283.89º53.73%78.82%-
XYZ31.4720.8257.62-
YUV128.93168.67158.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=36.91%
G=19.96%
B=43.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172932010.140.5400.21283.895057.65
HexAC5DC9E3601511c323a
Octal25413531116660254346272
Binary101011001011101110010011110110110010101100011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DC9; }

 p { color: rgb(172,93,201); }

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

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

 a { background-color: rgb(172,93,201); }

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

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

 span { border-color: rgb(172,93,201); }

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