Html Css Color HEX #AC14BC Deep Magenta

📋 copy color: '#AC14BC'

red 172 ◦ green 20 ◦ blue 188

#AC14BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AC14BC

Tints of Deep Magenta #AC14BC

RGB

 RED value IS 172 (67.58% from 255) = 45.26%

 GREEN value IS 20 (8.2% from 255) = 5.26%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 45.26%
G = 5.26%
B = 49.47%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC14BC (or 0xAC14BC) is known color: Deep Magenta. HEX triplet: AC, 14 and BC. RGB value is (172,20,188). Sum of RGB (Red+Green+Blue) = 172+20+188=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BC is #53EB43. Grayscale: #545454. Windows color (decimal): -5499716 or 12326060. OLE color: 12326060.

HSL color Cylindrical-coordinate representation of color #AC14BC: hue angle of 294.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC14BC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 20 188 -
CMYK 0.09 0.89 0 0.26
HSL 294.29º 0.81% 0.41% -
HSV(B) 294.29º 0.89% 0.74% -
XYZ 26.34 12.9 48.68 -
YUV 84.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 172 20 188 0.09 0.89 0 0.26 294.29 0.81 0.41
Hex AC 14 BC 9 59 0 1A 126 51 29
Octal 254 24 274 11 131 0 32 446 121 51
Binary 10101100 10100 10111100 1001 1011001 0 11010 100100110 1010001 101001

Color Harmonies of #AC14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14BC

Black with #AC14BC

Text Example


Text Example

White with #AC14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14BC; }

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

 H1.HeaderClassName
 {
   color: #AC14BC;
 }
 .AnyTagClassName
 {
   color: #AC14BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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