Html Css Color HEX #AC03BD Deep Magenta

📋 copy color: '#AC03BD'

red 172 ◦ green 3 ◦ blue 189

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

Shades of Deep Magenta #AC03BD

Tints of Deep Magenta #AC03BD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 47.25%
G = 0.82%
B = 51.92%

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

#AC03BD (or 0xAC03BD) is known color: Deep Magenta. HEX triplet: AC, 03 and BD. RGB value is (172,3,189). Sum of RGB (Red+Green+Blue) = 172+3+189=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC03BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03BD is #53FC42. Grayscale: #4A4A4A. Windows color (decimal): -5504067 or 12387244. OLE color: 12387244.

HSL color Cylindrical-coordinate representation of color #AC03BD: hue angle of 294.52º degrees, saturation: 0.97, 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 #AC03BD is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 3 189 -
CMYK 0.09 0.98 0 0.26
HSL 294.52º 0.97% 0.38% -
HSV(B) 294.52º 0.98% 0.74% -
XYZ 26.23 12.51 49.18 -
YUV 74.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 172 3 189 0.09 0.98 0 0.26 294.52 0.97 0.38
Hex AC 3 BD 9 62 0 1A 127 61 26
Octal 254 3 275 11 142 0 32 447 141 46
Binary 10101100 11 10111101 1001 1100010 0 11010 100100111 1100001 100110

Color Harmonies of #AC03BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03BD

Black with #AC03BD

Text Example


Text Example

White with #AC03BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03BD; }

 p { color: rgb(172,3,189); }

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

background-color css

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

 a { background-color: rgb(172,3,189); }

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

border-color css

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

 span { border-color: rgb(172,3,189); }

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