#AC60E9

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

Shades of Medium Orchid #AC60E9

Tints of Medium Orchid #AC60E9

Color information

#AC60E9 (or 0xAC60E9) is unknown color: approx Medium Orchid. HEX triplet: AC, 60 and E9. RGB value is (172,96,233). Sum of RGB (Red+Green+Blue) = 172+96+233=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC60E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC60E9 is #539F16. Grayscale: #858585. Windows color (decimal): -5480215 or 15294636. OLE color: 15294636.

HSL color Cylindrical-coordinate representation of color #AC60E9: hue angle of 273.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC60E9 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17296233-
CMYK0.260.5900.09
HSL273.28º75.69%64.51%-
HSV(B)273.28º58.8%91.37%-
XYZ35.923.0279.64-
YUV134.34183.68154.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 233 (91.41% from 255) = 46.51%
R=34.33%
G=19.16%
B=46.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172962330.260.5900.09273.2875.6964.51
HexAC60E91A3B091114c41
Octal2541403513273011421114101
Binary10101100110000011101001110101110110100110001000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60E9; }

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

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

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

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

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

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

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

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