Html Css Color HEX #AC01A3 Dark Magenta

📋 copy color: '#AC01A3'

red 172 ◦ green 1 ◦ blue 163

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

Shades of Dark Magenta #AC01A3

Tints of Dark Magenta #AC01A3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 163 (64.06% from 255) = 48.51%

R = 51.19%
G = 0.3%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC01A3 (or 0xAC01A3) is known color: Dark Magenta. HEX triplet: AC, 01 and A3. RGB value is (172,1,163). Sum of RGB (Red+Green+Blue) = 172+1+163=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC01A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01A3 is #53FE5C. Grayscale: #464646. Windows color (decimal): -5504605 or 10682796. OLE color: 10682796.

HSL color Cylindrical-coordinate representation of color #AC01A3: hue angle of 303.16º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01A3 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 1 163 -
CMYK 0 0.99 0.05 0.33
HSL 303.16º 0.99% 0.34% -
HSV(B) 303.16º 0.99% 0.67% -
XYZ 23.63 11.44 35.61 -
YUV 70.6 180.15 200.33 -
System Red Green Blue C M Y K H S L
Decimal 172 1 163 0 0.99 0.05 0.33 303.16 0.99 0.34
Hex AC 1 A3 0 63 5 21 12F 63 22
Octal 254 1 243 0 143 5 41 457 143 42
Binary 10101100 1 10100011 0 1100011 101 100001 100101111 1100011 100010

Color Harmonies of #AC01A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01A3

Black with #AC01A3

Text Example


Text Example

White with #AC01A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01A3; }

 p { color: rgb(172,1,163); }

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

background-color css

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

 a { background-color: rgb(172,1,163); }

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

border-color css

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

 span { border-color: rgb(172,1,163); }

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