Html Css Color HEX #AC01BD Deep Magenta

📋 copy color: '#AC01BD'

red 172 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #AC01BD

Tints of Deep Magenta #AC01BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 47.51%
G = 0.28%
B = 52.21%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC01BD (or 0xAC01BD) is known color: Deep Magenta. HEX triplet: AC, 01 and BD. RGB value is (172,1,189). Sum of RGB (Red+Green+Blue) = 172+1+189=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC01BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01BD is #53FE42. Grayscale: #484848. Windows color (decimal): -5504579 or 12386732. OLE color: 12386732.

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

Color convert

RGB 172 1 189 -
CMYK 0.09 0.99 0 0.26
HSL 294.57º 0.99% 0.37% -
HSV(B) 294.57º 0.99% 0.74% -
XYZ 26.21 12.47 49.17 -
YUV 73.56 193.15 198.21 -
System Red Green Blue C M Y K H S L
Decimal 172 1 189 0.09 0.99 0 0.26 294.57 0.99 0.37
Hex AC 1 BD 9 63 0 1A 127 63 25
Octal 254 1 275 11 143 0 32 447 143 45
Binary 10101100 1 10111101 1001 1100011 0 11010 100100111 1100011 100101

Color Harmonies of #AC01BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01BD

Black with #AC01BD

Text Example


Text Example

White with #AC01BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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