#AC2691

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

Shades of Medium Red Violet #AC2691

Tints of Medium Red Violet #AC2691

Color information

#AC2691 (or 0xAC2691) is unknown color: approx Medium Red Violet. HEX triplet: AC, 26 and 91. RGB value is (172,38,145). Sum of RGB (Red+Green+Blue) = 172+38+145=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2691 is #53D96E. Grayscale: #595959. Windows color (decimal): -5495151 or 9512620. OLE color: 9512620.

HSL color Cylindrical-coordinate representation of color #AC2691: hue angle of 312.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2691 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17238145-
CMYK00.780.160.33
HSL312.09º63.81%41.18%-
HSV(B)312.09º77.91%67.45%-
XYZ22.8212.227.94-
YUV90.26158.89186.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 38 (15.23% from 255) = 10.70%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=48.45%
G=10.70%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723814500.780.160.33312.0963.8141.18
HexAC269104E10211384029
Octal254462210116204147010051
Binary101011001001101001000101001110100001000011001110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2691; }

 p { color: rgb(172,38,145); }

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

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

 a { background-color: rgb(172,38,145); }

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

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

 span { border-color: rgb(172,38,145); }

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