#AC2690

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

Shades of Medium Red Violet #AC2690

Tints of Medium Red Violet #AC2690

Color information

#AC2690 (or 0xAC2690) is unknown color: approx Medium Red Violet. HEX triplet: AC, 26 and 90. RGB value is (172,38,144). Sum of RGB (Red+Green+Blue) = 172+38+144=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2690 is #53D96F. Grayscale: #595959. Windows color (decimal): -5495152 or 9447084. OLE color: 9447084.

HSL color Cylindrical-coordinate representation of color #AC2690: hue angle of 312.54º 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 #AC2690 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17238144-
CMYK00.780.160.33
HSL312.54º63.81%41.18%-
HSV(B)312.54º77.91%67.45%-
XYZ22.7412.1727.54-
YUV90.15158.39186.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 38 (15.23% from 255) = 10.73%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=48.59%
G=10.73%
B=40.68%

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
Decimal1723814400.780.160.33312.5463.8141.18
HexAC269004E10211394029
Octal254462200116204147110051
Binary101011001001101001000001001110100001000011001110011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2690; }

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

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

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

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

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

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

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

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