#AC5FC9

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

Shades of Medium Orchid #AC5FC9

Tints of Medium Orchid #AC5FC9

Color information

#AC5FC9 (or 0xAC5FC9) is unknown color: approx Medium Orchid. HEX triplet: AC, 5F and C9. RGB value is (172,95,201). Sum of RGB (Red+Green+Blue) = 172+95+201=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC5FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FC9 is #53A036. Grayscale: #818181. Windows color (decimal): -5480503 or 13197228. OLE color: 13197228.

HSL color Cylindrical-coordinate representation of color #AC5FC9: hue angle of 283.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5FC9 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17295201-
CMYK0.140.5300.21
HSL283.58º49.53%58.04%-
HSV(B)283.58º52.74%78.82%-
XYZ31.6521.1757.68-
YUV130.11168.01157.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 201 (78.91% from 255) = 42.95%
R=36.75%
G=20.30%
B=42.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172952010.140.5300.21283.5849.5358.04
HexAC5FC9E3501511c323a
Octal25413731116650254346272
Binary101011001011111110010011110110101010101100011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FC9; }

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

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

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

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

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

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

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

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