#AC60DC

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

Shades of Medium Orchid #AC60DC

Tints of Medium Orchid #AC60DC

Color information

#AC60DC (or 0xAC60DC) is unknown color: approx Medium Orchid. HEX triplet: AC, 60 and DC. RGB value is (172,96,220). Sum of RGB (Red+Green+Blue) = 172+96+220=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60DC is #539F23. Grayscale: #848484. Windows color (decimal): -5480228 or 14442668. OLE color: 14442668.

HSL color Cylindrical-coordinate representation of color #AC60DC: hue angle of 276.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC60DC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17296220-
CMYK0.220.5600.14
HSL276.77º63.92%61.96%-
HSV(B)276.77º56.36%86.27%-
XYZ34.1122.370.22-
YUV132.86177.18155.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=35.25%
G=19.67%
B=45.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172962200.220.5600.14276.7763.9261.96
HexAC60DC16380E115403e
Octal254140334267001642510076
Binary1010110011000001101110010110111000011101000101011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60DC; }

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

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

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

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

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

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

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

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