#AC5DD2

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

Shades of Medium Orchid #AC5DD2

Tints of Medium Orchid #AC5DD2

Color information

#AC5DD2 (or 0xAC5DD2) is unknown color: approx Medium Orchid. HEX triplet: AC, 5D and D2. RGB value is (172,93,210). Sum of RGB (Red+Green+Blue) = 172+93+210=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC5DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DD2 is #53A22D. Grayscale: #818181. Windows color (decimal): -5481006 or 13786540. OLE color: 13786540.

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

Color convert

RGB17293210-
CMYK0.180.5600.18
HSL280.51º56.52%59.41%-
HSV(B)280.51º55.71%82.35%-
XYZ32.5621.2563.36-
YUV129.96173.17157.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 210 (82.42% from 255) = 44.21%
R=36.21%
G=19.58%
B=44.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172932100.180.5600.18280.5156.5259.41
HexAC5DD21238012119393b
Octal25413532222700224317173
Binary1010110010111011101001010010111000010010100011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DD2; }

 p { color: rgb(172,93,210); }

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

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

 a { background-color: rgb(172,93,210); }

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

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

 span { border-color: rgb(172,93,210); }

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