#AC46C3

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

Shades of Medium Orchid #AC46C3

Tints of Medium Orchid #AC46C3

Color information

#AC46C3 (or 0xAC46C3) is unknown color: approx Medium Orchid. HEX triplet: AC, 46 and C3. RGB value is (172,70,195). Sum of RGB (Red+Green+Blue) = 172+70+195=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC46C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46C3 is #53B93C. Grayscale: #727272. Windows color (decimal): -5486909 or 12797612. OLE color: 12797612.

HSL color Cylindrical-coordinate representation of color #AC46C3: hue angle of 288.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC46C3 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17270195-
CMYK0.120.6400.24
HSL288.96º51.02%51.96%-
HSV(B)288.96º64.1%76.47%-
XYZ29.0517.0953.4-
YUV114.75173.29168.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 195 (76.56% from 255) = 44.62%
R=39.36%
G=16.02%
B=44.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172701950.120.6400.24288.9651.0251.96
HexAC46C3C400181213334
Octal254106303141000304416364
Binary1010110010001101100001111001000000011000100100001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46C3; }

 p { color: rgb(172,70,195); }

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

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

 a { background-color: rgb(172,70,195); }

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

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

 span { border-color: rgb(172,70,195); }

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