#AC53D0

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

Shades of Medium Orchid #AC53D0

Tints of Medium Orchid #AC53D0

Color information

#AC53D0 (or 0xAC53D0) is unknown color: approx Medium Orchid. HEX triplet: AC, 53 and D0. RGB value is (172,83,208). Sum of RGB (Red+Green+Blue) = 172+83+208=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC53D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53D0 is #53AC2F. Grayscale: #7B7B7B. Windows color (decimal): -5483568 or 13652908. OLE color: 13652908.

HSL color Cylindrical-coordinate representation of color #AC53D0: hue angle of 282.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC53D0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17283208-
CMYK0.170.6000.18
HSL282.72º57.08%57.06%-
HSV(B)282.72º60.1%81.57%-
XYZ31.4919.5161.78-
YUV123.86175.49162.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=37.15%
G=17.93%
B=44.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172832080.170.6000.18282.7257.0857.06
HexAC53D0113C01211b3939
Octal25412332021740224337171
Binary1010110010100111101000010001111100010010100011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53D0; }

 p { color: rgb(172,83,208); }

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

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

 a { background-color: rgb(172,83,208); }

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

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

 span { border-color: rgb(172,83,208); }

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