Html Css Color HEX #AC0DB5 Deep Magenta

📋 copy color: '#AC0DB5'

red 172 ◦ green 13 ◦ blue 181

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

Shades of Deep Magenta #AC0DB5

Tints of Deep Magenta #AC0DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.45%

R = 46.99%
G = 3.55%
B = 49.45%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC0DB5 (or 0xAC0DB5) is known color: Deep Magenta. HEX triplet: AC, 0D and B5. RGB value is (172,13,181). Sum of RGB (Red+Green+Blue) = 172+13+181=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC0DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DB5 is #53F24A. Grayscale: #4F4F4F. Windows color (decimal): -5501515 or 11865516. OLE color: 11865516.

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

Color convert

RGB 172 13 181 -
CMYK 0.05 0.93 0 0.29
HSL 296.79º 0.87% 0.38% -
HSV(B) 296.79º 0.93% 0.71% -
XYZ 25.5 12.39 44.76 -
YUV 79.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 172 13 181 0.05 0.93 0 0.29 296.79 0.87 0.38
Hex AC D B5 5 5D 0 1D 129 57 26
Octal 254 15 265 5 135 0 35 451 127 46
Binary 10101100 1101 10110101 101 1011101 0 11101 100101001 1010111 100110

Color Harmonies of #AC0DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DB5

Black with #AC0DB5

Text Example


Text Example

White with #AC0DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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