#AC60C9

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

Shades of Medium Orchid #AC60C9

Tints of Medium Orchid #AC60C9

Color information

#AC60C9 (or 0xAC60C9) is unknown color: approx Medium Orchid. HEX triplet: AC, 60 and C9. RGB value is (172,96,201). Sum of RGB (Red+Green+Blue) = 172+96+201=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC60C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60C9 is #539F36. Grayscale: #828282. Windows color (decimal): -5480247 or 13197484. OLE color: 13197484.

HSL color Cylindrical-coordinate representation of color #AC60C9: hue angle of 283.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC60C9 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17296201-
CMYK0.140.5200.21
HSL283.43º49.3%58.24%-
HSV(B)283.43º52.24%78.82%-
XYZ31.7421.3557.71-
YUV130.69167.68157.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=36.67%
G=20.47%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172962010.140.5200.21283.4349.358.24
HexAC60C9E3401511b313a
Octal25414031116640254336172
Binary101011001100000110010011110110100010101100011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60C9; }

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

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

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

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

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

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

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

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