Html Css Color HEX #AC0DA1 Dark Magenta

📋 copy color: '#AC0DA1'

red 172 ◦ green 13 ◦ blue 161

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

Shades of Dark Magenta #AC0DA1

Tints of Dark Magenta #AC0DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.53%

R = 49.71%
G = 3.76%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC0DA1 (or 0xAC0DA1) is known color: Dark Magenta. HEX triplet: AC, 0D and A1. RGB value is (172,13,161). Sum of RGB (Red+Green+Blue) = 172+13+161=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DA1 is #53F25E. Grayscale: #4C4C4C. Windows color (decimal): -5501535 or 10554796. OLE color: 10554796.

HSL color Cylindrical-coordinate representation of color #AC0DA1: hue angle of 304.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0DA1 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 13 161 -
CMYK 0 0.92 0.06 0.33
HSL 304.15º 0.86% 0.36% -
HSV(B) 304.15º 0.92% 0.67% -
XYZ 23.59 11.63 34.72 -
YUV 77.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 172 13 161 0 0.92 0.06 0.33 304.15 0.86 0.36
Hex AC D A1 0 5C 6 21 130 56 24
Octal 254 15 241 0 134 6 41 460 126 44
Binary 10101100 1101 10100001 0 1011100 110 100001 100110000 1010110 100100

Color Harmonies of #AC0DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DA1

Black with #AC0DA1

Text Example


Text Example

White with #AC0DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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