#AC60D1

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

Shades of Medium Orchid #AC60D1

Tints of Medium Orchid #AC60D1

Color information

#AC60D1 (or 0xAC60D1) is unknown color: approx Medium Orchid. HEX triplet: AC, 60 and D1. RGB value is (172,96,209). Sum of RGB (Red+Green+Blue) = 172+96+209=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC60D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60D1 is #539F2E. Grayscale: #838383. Windows color (decimal): -5480239 or 13721772. OLE color: 13721772.

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

Color convert

RGB17296209-
CMYK0.180.5400.18
HSL280.35º55.12%59.8%-
HSV(B)280.35º54.07%81.96%-
XYZ32.721.7462.79-
YUV131.61171.68156.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=36.06%
G=20.13%
B=43.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172962090.180.5400.18280.3555.1259.8
HexAC60D11236012118373c
Octal25414032122660224306774
Binary1010110011000001101000110010110110010010100011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60D1; }

 p { color: rgb(172,96,209); }

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

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

 a { background-color: rgb(172,96,209); }

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

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

 span { border-color: rgb(172,96,209); }

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