#AC1BA3

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

Shades of Medium Violet Red #AC1BA3

Tints of Medium Violet Red #AC1BA3

Color information

#AC1BA3 (or 0xAC1BA3) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1B and A3. RGB value is (172,27,163). Sum of RGB (Red+Green+Blue) = 172+27+163=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BA3 is #53E45C. Grayscale: #555555. Windows color (decimal): -5497949 or 10689452. OLE color: 10689452.

HSL color Cylindrical-coordinate representation of color #AC1BA3: hue angle of 303.72º 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 #AC1BA3 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17227163-
CMYK00.840.050.33
HSL303.72º72.86%39.02%-
HSV(B)303.72º84.3%67.45%-
XYZ24.0212.235.74-
YUV85.86171.54189.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 27 (10.94% from 255) = 7.46%
BLUE value IS 163 (64.06% from 255) = 45.03%
R=47.51%
G=7.46%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722716300.840.050.33303.7272.8639.02
HexAC1BA30545211304927
Octal25433243012454146011147
Binary101011001101110100011010101001011000011001100001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1BA3; }

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

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

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

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

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

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

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

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