#AC1B7A

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

Shades of Medium Violet Red #AC1B7A

Tints of Medium Violet Red #AC1B7A

Color information

#AC1B7A (or 0xAC1B7A) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1B and 7A. RGB value is (172,27,122). Sum of RGB (Red+Green+Blue) = 172+27+122=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B7A is #53E485. Grayscale: #505050. Windows color (decimal): -5497990 or 8002476. OLE color: 8002476.

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

Color convert

RGB17227122-
CMYK00.840.290.33
HSL320.69º72.86%39.02%-
HSV(B)320.69º84.3%67.45%-
XYZ20.9210.9619.43-
YUV81.18151.04192.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=53.58%
G=8.41%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722712200.840.290.33320.6972.8639.02
HexAC1B7A0541D211414927
Octal254331720124354150111147
Binary1010110011011111101001010100111011000011010000011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B7A; }

 p { color: rgb(172,27,122); }

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

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

 a { background-color: rgb(172,27,122); }

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

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

 span { border-color: rgb(172,27,122); }

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