#AC58EA

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

Shades of Medium Orchid #AC58EA

Tints of Medium Orchid #AC58EA

Color information

#AC58EA (or 0xAC58EA) is unknown color: approx Medium Orchid. HEX triplet: AC, 58 and EA. RGB value is (172,88,234). Sum of RGB (Red+Green+Blue) = 172+88+234=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC58EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58EA is #53A715. Grayscale: #818181. Windows color (decimal): -5482262 or 15358124. OLE color: 15358124.

HSL color Cylindrical-coordinate representation of color #AC58EA: hue angle of 274.52º 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 #AC58EA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17288234-
CMYK0.260.6200.08
HSL274.52º77.66%63.14%-
HSV(B)274.52º62.39%91.76%-
XYZ35.3521.6980.17-
YUV129.76186.83158.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 88 (34.77% from 255) = 17.81%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=34.82%
G=17.81%
B=47.37%

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
Decimal172882340.260.6200.08274.5277.6663.14
HexAC58EA1A3E081134e3f
Octal254130352327601042311677
Binary1010110010110001110101011010111110010001000100111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58EA; }

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

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

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

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

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

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

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

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