Html Css Color HEX #A601A0 Dark Magenta

📋 copy color: '#A601A0'

red 166 ◦ green 1 ◦ blue 160

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

Shades of Dark Magenta #A601A0

Tints of Dark Magenta #A601A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 48.93%

R = 50.76%
G = 0.31%
B = 48.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A601A0 (or 0xA601A0) is known color: Dark Magenta. HEX triplet: A6, 01 and A0. RGB value is (166,1,160). Sum of RGB (Red+Green+Blue) = 166+1+160=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A601A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A601A0 is #59FE5F. Grayscale: #434343. Windows color (decimal): -5897824 or 10486182. OLE color: 10486182.

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

Color convert

RGB 166 1 160 -
CMYK 0 0.99 0.04 0.35
HSL 302.18º 0.99% 0.33% -
HSV(B) 302.18º 0.99% 0.65% -
XYZ 22.08 10.67 34.15 -
YUV 68.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 166 1 160 0 0.99 0.04 0.35 302.18 0.99 0.33
Hex A6 1 A0 0 63 4 23 12E 63 21
Octal 246 1 240 0 143 4 43 456 143 41
Binary 10100110 1 10100000 0 1100011 100 100011 100101110 1100011 100001

Color Harmonies of #A601A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601A0

Black with #A601A0

Text Example


Text Example

White with #A601A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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