#AC5DCA

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

Shades of Medium Orchid #AC5DCA

Tints of Medium Orchid #AC5DCA

Color information

#AC5DCA (or 0xAC5DCA) is unknown color: approx Medium Orchid. HEX triplet: AC, 5D and CA. RGB value is (172,93,202). Sum of RGB (Red+Green+Blue) = 172+93+202=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC5DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DCA is #53A235. Grayscale: #808080. Windows color (decimal): -5481014 or 13262252. OLE color: 13262252.

HSL color Cylindrical-coordinate representation of color #AC5DCA: hue angle of 283.49º degrees, saturation: 0.51, 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 #AC5DCA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17293202-
CMYK0.150.5400.21
HSL283.49º50.7%57.84%-
HSV(B)283.49º53.96%79.22%-
XYZ31.5920.8658.24-
YUV129.05169.17158.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=36.83%
G=19.91%
B=43.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172932020.150.5400.21283.4950.757.84
HexAC5DCAF3601511b333a
Octal25413531217660254336372
Binary101011001011101110010101111110110010101100011011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DCA; }

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

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

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

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

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

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

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

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