Html Css Color HEX #A601AC Dark Magenta

📋 copy color: '#A601AC'

red 166 ◦ green 1 ◦ blue 172

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

Shades of Dark Magenta #A601AC

Tints of Dark Magenta #A601AC

RGB

 RED value IS 166 (65.23% from 255) = 48.97%

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 48.97%
G = 0.29%
B = 50.74%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A601AC (or 0xA601AC) is known color: Dark Magenta. HEX triplet: A6, 01 and AC. RGB value is (166,1,172). Sum of RGB (Red+Green+Blue) = 166+1+172=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #A601AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A601AC is #59FE53. Grayscale: #454545. Windows color (decimal): -5897812 or 11272614. OLE color: 11272614.

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

Color convert

RGB 166 1 172 -
CMYK 0.03 0.99 0 0.33
HSL 297.89º 0.99% 0.34% -
HSV(B) 297.89º 0.99% 0.67% -
XYZ 23.18 11.11 39.95 -
YUV 69.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 166 1 172 0.03 0.99 0 0.33 297.89 0.99 0.34
Hex A6 1 AC 3 63 0 21 12A 63 22
Octal 246 1 254 3 143 0 41 452 143 42
Binary 10100110 1 10101100 11 1100011 0 100001 100101010 1100011 100010

Color Harmonies of #A601AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601AC

Black with #A601AC

Text Example


Text Example

White with #A601AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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