#AC14BA

Color #AC14BA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AC14BA

Tints of Deep Magenta #AC14BA

Color information

#AC14BA (or 0xAC14BA) is unknown color: approx Deep Magenta. HEX triplet: AC, 14 and BA. RGB value is (172,20,186). Sum of RGB (Red+Green+Blue) = 172+20+186=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BA is #53EB45. Grayscale: #535353. Windows color (decimal): -5499718 or 12194988. OLE color: 12194988.

HSL color Cylindrical-coordinate representation of color #AC14BA: hue angle of 294.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC14BA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17220186-
CMYK0.080.8900.27
HSL294.94º80.58%40.39%-
HSV(B)294.94º89.25%72.94%-
XYZ26.1312.8247.55-
YUV84.37185.36190.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 20 (8.20% from 255) = 5.29%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=45.50%
G=5.29%
B=49.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172201860.080.8900.27294.9480.5840.39
HexAC14BA85901B1275128
Octal254242721013103344712150
Binary101011001010010111010100010110010110111001001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC14BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC14BA; }

 p { color: rgb(172,20,186); }

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

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

 a { background-color: rgb(172,20,186); }

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

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

 span { border-color: rgb(172,20,186); }

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