#AC5FE9

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

Shades of Medium Orchid #AC5FE9

Tints of Medium Orchid #AC5FE9

Color information

#AC5FE9 (or 0xAC5FE9) is unknown color: approx Medium Orchid. HEX triplet: AC, 5F and E9. RGB value is (172,95,233). Sum of RGB (Red+Green+Blue) = 172+95+233=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC5FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FE9 is #53A016. Grayscale: #858585. Windows color (decimal): -5480471 or 15294380. OLE color: 15294380.

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

Color convert

RGB17295233-
CMYK0.260.5900.09
HSL273.48º75.82%64.31%-
HSV(B)273.48º59.23%91.37%-
XYZ35.8122.8479.61-
YUV133.76184.01155.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 95 (37.5% from 255) = 19%
BLUE value IS 233 (91.41% from 255) = 46.6%
R=34.4%
G=19%
B=46.6%

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
Decimal172952330.260.5900.09273.4875.8264.31
HexAC5FE91A3B091114c40
Octal2541373513273011421114100
Binary10101100101111111101001110101110110100110001000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FE9; }

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

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

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

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

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

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

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

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