#AC5BC2

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

Shades of Medium Orchid #AC5BC2

Tints of Medium Orchid #AC5BC2

Color information

#AC5BC2 (or 0xAC5BC2) is unknown color: approx Medium Orchid. HEX triplet: AC, 5B and C2. RGB value is (172,91,194). Sum of RGB (Red+Green+Blue) = 172+91+194=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC5BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BC2 is #53A43D. Grayscale: #7E7E7E. Windows color (decimal): -5481534 or 12737452. OLE color: 12737452.

HSL color Cylindrical-coordinate representation of color #AC5BC2: hue angle of 287.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5BC2 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17291194-
CMYK0.110.5300.24
HSL287.18º45.78%55.88%-
HSV(B)287.18º53.09%76.08%-
XYZ30.4920.1553.32-
YUV126.96165.84160.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=37.64%
G=19.91%
B=42.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172911940.110.5300.24287.1845.7855.88
HexAC5BC2B3501811f2e38
Octal25413330213650304375670
Binary101011001011011110000101011110101011000100011111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BC2; }

 p { color: rgb(172,91,194); }

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

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

 a { background-color: rgb(172,91,194); }

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

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

 span { border-color: rgb(172,91,194); }

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