Html Css Color HEX #AC0DA6 Dark Magenta

📋 copy color: '#AC0DA6'

red 172 ◦ green 13 ◦ blue 166

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

Shades of Dark Magenta #AC0DA6

Tints of Dark Magenta #AC0DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.29%

R = 49%
G = 3.7%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC0DA6 (or 0xAC0DA6) is known color: Dark Magenta. HEX triplet: AC, 0D and A6. RGB value is (172,13,166). Sum of RGB (Red+Green+Blue) = 172+13+166=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DA6 is #53F259. Grayscale: #4D4D4D. Windows color (decimal): -5501530 or 10882476. OLE color: 10882476.

HSL color Cylindrical-coordinate representation of color #AC0DA6: hue angle of 302.26º 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 #AC0DA6 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 13 166 -
CMYK 0 0.92 0.03 0.33
HSL 302.26º 0.86% 0.36% -
HSV(B) 302.26º 0.92% 0.67% -
XYZ 24.04 11.81 37.09 -
YUV 77.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 172 13 166 0 0.92 0.03 0.33 302.26 0.86 0.36
Hex AC D A6 0 5C 3 21 12E 56 24
Octal 254 15 246 0 134 3 41 456 126 44
Binary 10101100 1101 10100110 0 1011100 11 100001 100101110 1010110 100100

Color Harmonies of #AC0DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DA6

Black with #AC0DA6

Text Example


Text Example

White with #AC0DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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