Html Css Color HEX #AC0CBA Deep Magenta

📋 copy color: '#AC0CBA'

red 172 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #AC0CBA

Tints of Deep Magenta #AC0CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.24%

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

R = 46.49%
G = 3.24%
B = 50.27%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC0CBA (or 0xAC0CBA) is known color: Deep Magenta. HEX triplet: AC, 0C and BA. RGB value is (172,12,186). Sum of RGB (Red+Green+Blue) = 172+12+186=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CBA is #53F345. Grayscale: #4F4F4F. Windows color (decimal): -5501766 or 12192940. OLE color: 12192940.

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

Color convert

RGB 172 12 186 -
CMYK 0.08 0.94 0 0.27
HSL 295.17º 0.88% 0.39% -
HSV(B) 295.17º 0.94% 0.73% -
XYZ 26.01 12.58 47.51 -
YUV 79.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 172 12 186 0.08 0.94 0 0.27 295.17 0.88 0.39
Hex AC C BA 8 5E 0 1B 127 58 27
Octal 254 14 272 10 136 0 33 447 130 47
Binary 10101100 1100 10111010 1000 1011110 0 11011 100100111 1011000 100111

Color Harmonies of #AC0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CBA

Black with #AC0CBA

Text Example


Text Example

White with #AC0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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