#AC0A7D

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

Shades of Medium Violet Red #AC0A7D

Tints of Medium Violet Red #AC0A7D

Color information

#AC0A7D (or 0xAC0A7D) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0A and 7D. RGB value is (172,10,125). Sum of RGB (Red+Green+Blue) = 172+10+125=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A7D is #53F582. Grayscale: #474747. Windows color (decimal): -5502339 or 8194732. OLE color: 8194732.

HSL color Cylindrical-coordinate representation of color #AC0A7D: hue angle of 317.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A7D is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17210125-
CMYK00.940.270.33
HSL317.41º89.01%35.69%-
HSV(B)317.41º94.19%67.45%-
XYZ20.8210.4720.33-
YUV71.55158.17199.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 10 (4.30% from 255) = 3.26%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=56.03%
G=3.26%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721012500.940.270.33317.4189.0135.69
HexACA7D05E1B2113d5924
Octal254121750136334147513144
Binary101011001010111110101011110110111000011001111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A7D; }

 p { color: rgb(172,10,125); }

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

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

 a { background-color: rgb(172,10,125); }

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

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

 span { border-color: rgb(172,10,125); }

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