Html Css Color HEX #AC01BE Deep Magenta

📋 copy color: '#AC01BE'

red 172 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #AC01BE

Tints of Deep Magenta #AC01BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 47.38%
G = 0.28%
B = 52.34%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC01BE (or 0xAC01BE) is known color: Deep Magenta. HEX triplet: AC, 01 and BE. RGB value is (172,1,190). Sum of RGB (Red+Green+Blue) = 172+1+190=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01BE is #53FE41. Grayscale: #494949. Windows color (decimal): -5504578 or 12452268. OLE color: 12452268.

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

Color convert

RGB 172 1 190 -
CMYK 0.09 0.99 0 0.25
HSL 294.29º 0.99% 0.37% -
HSV(B) 294.29º 0.99% 0.75% -
XYZ 26.32 12.51 49.74 -
YUV 73.68 193.65 198.13 -
System Red Green Blue C M Y K H S L
Decimal 172 1 190 0.09 0.99 0 0.25 294.29 0.99 0.37
Hex AC 1 BE 9 63 0 19 126 63 25
Octal 254 1 276 11 143 0 31 446 143 45
Binary 10101100 1 10111110 1001 1100011 0 11001 100100110 1100011 100101

Color Harmonies of #AC01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01BE

Black with #AC01BE

Text Example


Text Example

White with #AC01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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