#AC60CC

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

Shades of Medium Orchid #AC60CC

Tints of Medium Orchid #AC60CC

Color information

#AC60CC (or 0xAC60CC) is unknown color: approx Medium Orchid. HEX triplet: AC, 60 and CC. RGB value is (172,96,204). Sum of RGB (Red+Green+Blue) = 172+96+204=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60CC is #539F33. Grayscale: #828282. Windows color (decimal): -5480244 or 13394092. OLE color: 13394092.

HSL color Cylindrical-coordinate representation of color #AC60CC: hue angle of 282.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC60CC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17296204-
CMYK0.160.5300.2
HSL282.22º51.43%58.82%-
HSV(B)282.22º52.94%80%-
XYZ32.121.559.58-
YUV131.04169.18157.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=36.44%
G=20.34%
B=43.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172962040.160.5300.2282.2251.4358.82
HexAC60CC103501411a333b
Octal25414031420650244326373
Binary1010110011000001100110010000110101010100100011010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60CC; }

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

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

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

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

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

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

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

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