#AC59F9

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

Shades of Medium Orchid #AC59F9

Tints of Medium Orchid #AC59F9

Color information

#AC59F9 (or 0xAC59F9) is unknown color: approx Medium Orchid. HEX triplet: AC, 59 and F9. RGB value is (172,89,249). Sum of RGB (Red+Green+Blue) = 172+89+249=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC59F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59F9 is #53A606. Grayscale: #838383. Windows color (decimal): -5481991 or 16341420. OLE color: 16341420.

HSL color Cylindrical-coordinate representation of color #AC59F9: hue angle of 271.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC59F9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17289249-
CMYK0.310.6400.02
HSL271.12º93.02%66.27%-
HSV(B)271.12º64.26%97.65%-
XYZ37.6822.7592.03-
YUV132.06194156.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 89 (35.16% from 255) = 17.45%
BLUE value IS 249 (97.66% from 255) = 48.82%
R=33.73%
G=17.45%
B=48.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172892490.310.6400.02271.1293.0266.27
HexAC59F91F400210f5d42
Octal2541313713710002417135102
Binary1010110010110011111100111111100000001010000111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59F9; }

 p { color: rgb(172,89,249); }

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

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

 a { background-color: rgb(172,89,249); }

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

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

 span { border-color: rgb(172,89,249); }

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