#AC52DD

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

Shades of Medium Orchid #AC52DD

Tints of Medium Orchid #AC52DD

Color information

#AC52DD (or 0xAC52DD) is unknown color: approx Medium Orchid. HEX triplet: AC, 52 and DD. RGB value is (172,82,221). Sum of RGB (Red+Green+Blue) = 172+82+221=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52DD is #53AD22. Grayscale: #7C7C7C. Windows color (decimal): -5483811 or 14504620. OLE color: 14504620.

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

Color convert

RGB17282221-
CMYK0.220.6300.13
HSL278.85º67.15%59.41%-
HSV(B)278.85º62.9%86.67%-
XYZ33.0820.0370.53-
YUV124.76182.32161.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 82 (32.42% from 255) = 17.26%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=36.21%
G=17.26%
B=46.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172822210.220.6300.13278.8567.1559.41
HexAC52DD163F0D117433b
Octal254122335267701542710373
Binary1010110010100101101110110110111111011011000101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC52DD; }

 p { color: rgb(172,82,221); }

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

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

 a { background-color: rgb(172,82,221); }

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

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

 span { border-color: rgb(172,82,221); }

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