Html Css Color HEX #AC0DBC Deep Magenta

📋 copy color: '#AC0DBC'

red 172 ◦ green 13 ◦ blue 188

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

Shades of Deep Magenta #AC0DBC

Tints of Deep Magenta #AC0DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 46.11%
G = 3.49%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC0DBC (or 0xAC0DBC) is known color: Deep Magenta. HEX triplet: AC, 0D and BC. RGB value is (172,13,188). Sum of RGB (Red+Green+Blue) = 172+13+188=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC0DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DBC is #53F243. Grayscale: #4F4F4F. Windows color (decimal): -5501508 or 12324268. OLE color: 12324268.

HSL color Cylindrical-coordinate representation of color #AC0DBC: hue angle of 294.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DBC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 13 188 -
CMYK 0.09 0.93 0 0.26
HSL 294.51º 0.87% 0.39% -
HSV(B) 294.51º 0.93% 0.74% -
XYZ 26.23 12.69 48.64 -
YUV 80.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 172 13 188 0.09 0.93 0 0.26 294.51 0.87 0.39
Hex AC D BC 9 5D 0 1A 127 57 27
Octal 254 15 274 11 135 0 32 447 127 47
Binary 10101100 1101 10111100 1001 1011101 0 11010 100100111 1010111 100111

Color Harmonies of #AC0DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DBC

Black with #AC0DBC

Text Example


Text Example

White with #AC0DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DBC; }

 p { color: rgb(172,13,188); }

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

background-color css

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

 a { background-color: rgb(172,13,188); }

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

border-color css

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

 span { border-color: rgb(172,13,188); }

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