#AC46CC

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

Shades of Medium Orchid #AC46CC

Tints of Medium Orchid #AC46CC

Color information

#AC46CC (or 0xAC46CC) is unknown color: approx Medium Orchid. HEX triplet: AC, 46 and CC. RGB value is (172,70,204). Sum of RGB (Red+Green+Blue) = 172+70+204=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC46CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46CC is #53B933. Grayscale: #737373. Windows color (decimal): -5486900 or 13387436. OLE color: 13387436.

HSL color Cylindrical-coordinate representation of color #AC46CC: hue angle of 285.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC46CC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17270204-
CMYK0.160.6600.2
HSL285.67º56.78%53.73%-
HSV(B)285.67º65.69%80%-
XYZ30.117.5158.92-
YUV115.77177.79168.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 70 (27.73% from 255) = 15.70%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=38.57%
G=15.70%
B=45.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172702040.160.6600.2285.6756.7853.73
HexAC46CC104201411e3936
Octal254106314201020244367166
Binary10101100100011011001100100001000010010100100011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46CC; }

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

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

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

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

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

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

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

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