#AC1A7B

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

Shades of Medium Violet Red #AC1A7B

Tints of Medium Violet Red #AC1A7B

Color information

#AC1A7B (or 0xAC1A7B) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1A and 7B. RGB value is (172,26,123). Sum of RGB (Red+Green+Blue) = 172+26+123=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A7B is #53E584. Grayscale: #505050. Windows color (decimal): -5498245 or 8067756. OLE color: 8067756.

HSL color Cylindrical-coordinate representation of color #AC1A7B: hue angle of 320.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A7B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17226123-
CMYK00.850.280.33
HSL320.14º73.74%38.82%-
HSV(B)320.14º84.88%67.45%-
XYZ20.9610.9419.75-
YUV80.71151.87193.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 26 (10.55% from 255) = 8.10%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=53.58%
G=8.10%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722612300.850.280.33320.1473.7438.82
HexAC1A7B0551C211404a27
Octal254321730125344150011247
Binary1010110011010111101101010101111001000011010000001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A7B; }

 p { color: rgb(172,26,123); }

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

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

 a { background-color: rgb(172,26,123); }

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

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

 span { border-color: rgb(172,26,123); }

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