Html Css Color HEX #AC0FBA Deep Magenta

📋 copy color: '#AC0FBA'

red 172 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #AC0FBA

Tints of Deep Magenta #AC0FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 46.11%
G = 4.02%
B = 49.87%

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

#AC0FBA (or 0xAC0FBA) is known color: Deep Magenta. HEX triplet: AC, 0F and BA. RGB value is (172,15,186). Sum of RGB (Red+Green+Blue) = 172+15+186=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC0FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FBA is #53F045. Grayscale: #505050. Windows color (decimal): -5500998 or 12193708. OLE color: 12193708.

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

Color convert

RGB 172 15 186 -
CMYK 0.08 0.92 0 0.27
HSL 295.09º 0.85% 0.39% -
HSV(B) 295.09º 0.92% 0.73% -
XYZ 26.05 12.66 47.52 -
YUV 81.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 172 15 186 0.08 0.92 0 0.27 295.09 0.85 0.39
Hex AC F BA 8 5C 0 1B 127 55 27
Octal 254 17 272 10 134 0 33 447 125 47
Binary 10101100 1111 10111010 1000 1011100 0 11011 100100111 1010101 100111

Color Harmonies of #AC0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FBA

Black with #AC0FBA

Text Example


Text Example

White with #AC0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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