Html Css Color HEX #AC0D9E Dark Magenta

📋 copy color: '#AC0D9E'

red 172 ◦ green 13 ◦ blue 158

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

Shades of Dark Magenta #AC0D9E

Tints of Dark Magenta #AC0D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 50.15%
G = 3.79%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC0D9E (or 0xAC0D9E) is known color: Dark Magenta. HEX triplet: AC, 0D and 9E. RGB value is (172,13,158). Sum of RGB (Red+Green+Blue) = 172+13+158=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D9E is #53F261. Grayscale: #4C4C4C. Windows color (decimal): -5501538 or 10358188. OLE color: 10358188.

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

Color convert

RGB 172 13 158 -
CMYK 0 0.92 0.08 0.33
HSL 305.28º 0.86% 0.36% -
HSV(B) 305.28º 0.92% 0.67% -
XYZ 23.33 11.53 33.34 -
YUV 77.07 173.68 195.71 -
System Red Green Blue C M Y K H S L
Decimal 172 13 158 0 0.92 0.08 0.33 305.28 0.86 0.36
Hex AC D 9E 0 5C 8 21 131 56 24
Octal 254 15 236 0 134 10 41 461 126 44
Binary 10101100 1101 10011110 0 1011100 1000 100001 100110001 1010110 100100

Color Harmonies of #AC0D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D9E

Black with #AC0D9E

Text Example


Text Example

White with #AC0D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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