Html Css Color HEX #AC10A1 Dark Magenta

📋 copy color: '#AC10A1'

red 172 ◦ green 16 ◦ blue 161

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

Shades of Dark Magenta #AC10A1

Tints of Dark Magenta #AC10A1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.58%

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

R = 49.28%
G = 4.58%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC10A1 (or 0xAC10A1) is known color: Dark Magenta. HEX triplet: AC, 10 and A1. RGB value is (172,16,161). Sum of RGB (Red+Green+Blue) = 172+16+161=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC10A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC10A1 is #53EF5E. Grayscale: #4E4E4E. Windows color (decimal): -5500767 or 10555564. OLE color: 10555564.

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

Color convert

RGB 172 16 161 -
CMYK 0 0.91 0.06 0.33
HSL 304.23º 0.83% 0.37% -
HSV(B) 304.23º 0.91% 0.67% -
XYZ 23.63 11.71 34.73 -
YUV 79.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 172 16 161 0 0.91 0.06 0.33 304.23 0.83 0.37
Hex AC 10 A1 0 5B 6 21 130 53 25
Octal 254 20 241 0 133 6 41 460 123 45
Binary 10101100 10000 10100001 0 1011011 110 100001 100110000 1010011 100101

Color Harmonies of #AC10A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10A1

Black with #AC10A1

Text Example


Text Example

White with #AC10A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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