#AC59EA

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

Shades of Medium Orchid #AC59EA

Tints of Medium Orchid #AC59EA

Color information

#AC59EA (or 0xAC59EA) is unknown color: approx Medium Orchid. HEX triplet: AC, 59 and EA. RGB value is (172,89,234). Sum of RGB (Red+Green+Blue) = 172+89+234=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59EA is #53A615. Grayscale: #818181. Windows color (decimal): -5482006 or 15358380. OLE color: 15358380.

HSL color Cylindrical-coordinate representation of color #AC59EA: hue angle of 274.34º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC59EA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17289234-
CMYK0.260.6200.08
HSL274.34º77.54%63.33%-
HSV(B)274.34º61.97%91.76%-
XYZ35.4421.8680.19-
YUV130.35186.5157.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=34.75%
G=17.98%
B=47.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal172892340.260.6200.08274.3477.5463.33
HexAC59EA1A3E081124e3f
Octal254131352327601042211677
Binary1010110010110011110101011010111110010001000100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59EA; }

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

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

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

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

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

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

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

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