#AC5CE9

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

Shades of Medium Orchid #AC5CE9

Tints of Medium Orchid #AC5CE9

Color information

#AC5CE9 (or 0xAC5CE9) is unknown color: approx Medium Orchid. HEX triplet: AC, 5C and E9. RGB value is (172,92,233). Sum of RGB (Red+Green+Blue) = 172+92+233=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC5CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CE9 is #53A316. Grayscale: #838383. Windows color (decimal): -5481239 or 15293612. OLE color: 15293612.

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

Color convert

RGB17292233-
CMYK0.260.6100.09
HSL274.04º76.22%63.73%-
HSV(B)274.04º60.52%91.37%-
XYZ35.5522.3179.52-
YUV131.99185156.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 233 (91.41% from 255) = 46.88%
R=34.61%
G=18.51%
B=46.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172922330.260.6100.09274.0476.2263.73
HexAC5CE91A3D091124c40
Octal2541343513275011422114100
Binary10101100101110011101001110101111010100110001001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CE9; }

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

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

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

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

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

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

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

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