#AC53DF

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

Shades of Medium Orchid #AC53DF

Tints of Medium Orchid #AC53DF

Color information

#AC53DF (or 0xAC53DF) is unknown color: approx Medium Orchid. HEX triplet: AC, 53 and DF. RGB value is (172,83,223). Sum of RGB (Red+Green+Blue) = 172+83+223=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC53DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53DF is #53AC20. Grayscale: #7D7D7D. Windows color (decimal): -5483553 or 14635948. OLE color: 14635948.

HSL color Cylindrical-coordinate representation of color #AC53DF: hue angle of 278.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC53DF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17283223-
CMYK0.230.6300.13
HSL278.14º68.63%60%-
HSV(B)278.14º62.78%87.45%-
XYZ33.4320.2871.97-
YUV125.57182.99161.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 83 (32.81% from 255) = 17.36%
BLUE value IS 223 (87.5% from 255) = 46.65%
R=35.98%
G=17.36%
B=46.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172832230.230.6300.13278.1468.6360
HexAC53DF173F0D116453c
Octal254123337277701542610574
Binary1010110010100111101111110111111111011011000101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53DF; }

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

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

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

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

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

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

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

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