#AC397F

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

Shades of Medium Red Violet #AC397F

Tints of Medium Red Violet #AC397F

Color information

#AC397F (or 0xAC397F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 39 and 7F. RGB value is (172,57,127). Sum of RGB (Red+Green+Blue) = 172+57+127=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC397F is #53C680. Grayscale: #636363. Windows color (decimal): -5490305 or 8337836. OLE color: 8337836.

HSL color Cylindrical-coordinate representation of color #AC397F: hue angle of 323.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC397F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17257127-
CMYK00.670.260.33
HSL323.48º50.22%44.9%-
HSV(B)323.48º66.86%67.45%-
XYZ22.3113.2321.46-
YUV99.36143.6179.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 127 (50% from 255) = 35.67%
R=48.31%
G=16.01%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725712700.670.260.33323.4850.2244.9
HexAC397F0431A21143322d
Octal25471177010332415036255
Binary1010110011100111111110100001111010100001101000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC397F; }

 p { color: rgb(172,57,127); }

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

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

 a { background-color: rgb(172,57,127); }

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

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

 span { border-color: rgb(172,57,127); }

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