Html Css Color HEX #AC04BC Deep Magenta

📋 copy color: '#AC04BC'

red 172 ◦ green 4 ◦ blue 188

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

Shades of Deep Magenta #AC04BC

Tints of Deep Magenta #AC04BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 47.25%
G = 1.1%
B = 51.65%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC04BC (or 0xAC04BC) is known color: Deep Magenta. HEX triplet: AC, 04 and BC. RGB value is (172,4,188). Sum of RGB (Red+Green+Blue) = 172+4+188=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC04BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04BC is #53FB43. Grayscale: #4A4A4A. Windows color (decimal): -5503812 or 12321964. OLE color: 12321964.

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

Color convert

RGB 172 4 188 -
CMYK 0.09 0.98 0 0.26
HSL 294.78º 0.96% 0.38% -
HSV(B) 294.78º 0.98% 0.74% -
XYZ 26.13 12.49 48.61 -
YUV 75.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 172 4 188 0.09 0.98 0 0.26 294.78 0.96 0.38
Hex AC 4 BC 9 62 0 1A 127 60 26
Octal 254 4 274 11 142 0 32 447 140 46
Binary 10101100 100 10111100 1001 1100010 0 11010 100100111 1100000 100110

Color Harmonies of #AC04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04BC

Black with #AC04BC

Text Example


Text Example

White with #AC04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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