#AC53D9

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

Shades of Medium Orchid #AC53D9

Tints of Medium Orchid #AC53D9

Color information

#AC53D9 (or 0xAC53D9) is unknown color: approx Medium Orchid. HEX triplet: AC, 53 and D9. RGB value is (172,83,217). Sum of RGB (Red+Green+Blue) = 172+83+217=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC53D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53D9 is #53AC26. Grayscale: #7C7C7C. Windows color (decimal): -5483559 or 14242732. OLE color: 14242732.

HSL color Cylindrical-coordinate representation of color #AC53D9: hue angle of 279.85º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC53D9 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17283217-
CMYK0.210.6200.15
HSL279.85º63.81%58.82%-
HSV(B)279.85º61.75%85.1%-
XYZ32.6319.9767.78-
YUV124.89179.99161.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 83 (32.81% from 255) = 17.58%
BLUE value IS 217 (85.16% from 255) = 45.97%
R=36.44%
G=17.58%
B=45.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172832170.210.6200.15279.8563.8158.82
HexAC53D9153E0F118403b
Octal254123331257601743010073
Binary1010110010100111101100110101111110011111000110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53D9; }

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

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

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

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

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

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

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

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