Html Css Color HEX #AC0FBB Deep Magenta

📋 copy color: '#AC0FBB'

red 172 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #AC0FBB

Tints of Deep Magenta #AC0FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 45.99%
G = 4.01%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC0FBB (or 0xAC0FBB) is known color: Deep Magenta. HEX triplet: AC, 0F and BB. RGB value is (172,15,187). Sum of RGB (Red+Green+Blue) = 172+15+187=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC0FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FBB is #53F044. Grayscale: #515151. Windows color (decimal): -5500997 or 12259244. OLE color: 12259244.

HSL color Cylindrical-coordinate representation of color #AC0FBB: hue angle of 294.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0FBB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 15 187 -
CMYK 0.08 0.92 0 0.27
HSL 294.77º 0.85% 0.4% -
HSV(B) 294.77º 0.92% 0.73% -
XYZ 26.15 12.7 48.09 -
YUV 81.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 172 15 187 0.08 0.92 0 0.27 294.77 0.85 0.4
Hex AC F BB 8 5C 0 1B 127 55 28
Octal 254 17 273 10 134 0 33 447 125 50
Binary 10101100 1111 10111011 1000 1011100 0 11011 100100111 1010101 101000

Color Harmonies of #AC0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FBB

Black with #AC0FBB

Text Example


Text Example

White with #AC0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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