#ac52cd

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

Shades of Medium Orchid #AC52CD

Tints of Medium Orchid #AC52CD

Color information

#AC52CD (or 0xAC52CD) is unknown color: approx Medium Orchid. HEX triplet: AC, 52 and CD. RGB value is (172,82,205). Sum of RGB (Red+Green+Blue) = 172+82+205=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52CD is #53AD32. Grayscale: #7A7A7A. Windows color (decimal): -5483827 or 13456044. OLE color: 13456044.

HSL color Cylindrical-coordinate representation of color #AC52CD: hue angle of 283.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC52CD is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17282205-
CMYK0.160.600.20
HSL283.9º55.16%56.27%-
HSV(B)283.9º60%80.39%-
XYZ31.0519.2159.83-
YUV122.93174.32163-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=37.47%
G=17.86%
B=44.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172822050.160.600.20283.955.1656.27
HexAC52CD103C01411c3738
Octal25412231520740244346770
Binary1010110010100101100110110000111100010100100011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac52cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac52cd; }

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

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

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

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

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

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

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

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