#AC2696

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

Shades of Medium Red Violet #AC2696

Tints of Medium Red Violet #AC2696

Color information

#AC2696 (or 0xAC2696) is unknown color: approx Medium Red Violet. HEX triplet: AC, 26 and 96. RGB value is (172,38,150). Sum of RGB (Red+Green+Blue) = 172+38+150=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2696 is #53D969. Grayscale: #5A5A5A. Windows color (decimal): -5495146 or 9840300. OLE color: 9840300.

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

Color convert

RGB17238150-
CMYK00.780.130.33
HSL309.85º63.81%41.18%-
HSV(B)309.85º77.91%67.45%-
XYZ23.2112.3630.02-
YUV90.83161.39185.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 38 (15.23% from 255) = 10.56%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=47.78%
G=10.56%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723815000.780.130.33309.8563.8141.18
HexAC269604ED211364029
Octal254462260116154146610051
Binary10101100100110100101100100111011011000011001101101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2696; }

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

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

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

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

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

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

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

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