Html Css Color HEX #AC0FB1 Deep Magenta

📋 copy color: '#AC0FB1'

red 172 ◦ green 15 ◦ blue 177

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

Shades of Deep Magenta #AC0FB1

Tints of Deep Magenta #AC0FB1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

 BLUE value IS 177 (69.53% from 255) = 48.63%

R = 47.25%
G = 4.12%
B = 48.63%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC0FB1 (or 0xAC0FB1) is known color: Deep Magenta. HEX triplet: AC, 0F and B1. RGB value is (172,15,177). Sum of RGB (Red+Green+Blue) = 172+15+177=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC0FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FB1 is #53F04E. Grayscale: #4F4F4F. Windows color (decimal): -5501007 or 11603884. OLE color: 11603884.

HSL color Cylindrical-coordinate representation of color #AC0FB1: hue angle of 298.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0FB1 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 15 177 -
CMYK 0.03 0.92 0 0.31
HSL 298.15º 0.84% 0.38% -
HSV(B) 298.15º 0.92% 0.69% -
XYZ 25.12 12.29 42.64 -
YUV 80.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 172 15 177 0.03 0.92 0 0.31 298.15 0.84 0.38
Hex AC F B1 3 5C 0 1F 12A 54 26
Octal 254 17 261 3 134 0 37 452 124 46
Binary 10101100 1111 10110001 11 1011100 0 11111 100101010 1010100 100110

Color Harmonies of #AC0FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FB1

Black with #AC0FB1

Text Example


Text Example

White with #AC0FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FB1; }

 p { color: rgb(172,15,177); }

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

background-color css

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

 a { background-color: rgb(172,15,177); }

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

border-color css

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

 span { border-color: rgb(172,15,177); }

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