#AC3297

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

Shades of Medium Red Violet #AC3297

Tints of Medium Red Violet #AC3297

Color information

#AC3297 (or 0xAC3297) is unknown color: approx Medium Red Violet. HEX triplet: AC, 32 and 97. RGB value is (172,50,151). Sum of RGB (Red+Green+Blue) = 172+50+151=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3297 is #53CD68. Grayscale: #616161. Windows color (decimal): -5492073 or 9908908. OLE color: 9908908.

HSL color Cylindrical-coordinate representation of color #AC3297: hue angle of 310.33º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3297 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17250151-
CMYK00.710.120.33
HSL310.33º54.95%43.53%-
HSV(B)310.33º70.93%67.45%-
XYZ23.7413.2930.59-
YUV97.99157.92180.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=46.11%
G=13.40%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725015100.710.120.33310.3354.9543.53
HexAC3297047C21136372c
Octal25462227010714414666754
Binary1010110011001010010111010001111100100001100110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3297; }

 p { color: rgb(172,50,151); }

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

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

 a { background-color: rgb(172,50,151); }

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

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

 span { border-color: rgb(172,50,151); }

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