Html Css Color HEX #AC0DB7 Deep Magenta

📋 copy color: '#AC0DB7'

red 172 ◦ green 13 ◦ blue 183

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

Shades of Deep Magenta #AC0DB7

Tints of Deep Magenta #AC0DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 46.74%
G = 3.53%
B = 49.73%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC0DB7 (or 0xAC0DB7) is known color: Deep Magenta. HEX triplet: AC, 0D and B7. RGB value is (172,13,183). Sum of RGB (Red+Green+Blue) = 172+13+183=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC0DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DB7 is #53F248. Grayscale: #4F4F4F. Windows color (decimal): -5501513 or 11996588. OLE color: 11996588.

HSL color Cylindrical-coordinate representation of color #AC0DB7: hue angle of 296.12º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DB7 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 13 183 -
CMYK 0.06 0.93 0 0.28
HSL 296.12º 0.87% 0.38% -
HSV(B) 296.12º 0.93% 0.72% -
XYZ 25.7 12.48 45.85 -
YUV 79.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 172 13 183 0.06 0.93 0 0.28 296.12 0.87 0.38
Hex AC D B7 6 5D 0 1C 128 57 26
Octal 254 15 267 6 135 0 34 450 127 46
Binary 10101100 1101 10110111 110 1011101 0 11100 100101000 1010111 100110

Color Harmonies of #AC0DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DB7

Black with #AC0DB7

Text Example


Text Example

White with #AC0DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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