Html Css Color HEX #A01D9C Dark Magenta

📋 copy color: '#A01D9C'

red 160 ◦ green 29 ◦ blue 156

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

Shades of Dark Magenta #A01D9C

Tints of Dark Magenta #A01D9C

RGB

 RED value IS 160 (62.89% from 255) = 46.38%

 GREEN value IS 29 (11.72% from 255) = 8.41%

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 46.38%
G = 8.41%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A01D9C (or 0xA01D9C) is known color: Dark Magenta. HEX triplet: A0, 1D and 9C. RGB value is (160,29,156). Sum of RGB (Red+Green+Blue) = 160+29+156=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01D9C is #5FE263. Grayscale: #525252. Windows color (decimal): -6283876 or 10231200. OLE color: 10231200.

HSL color Cylindrical-coordinate representation of color #A01D9C: hue angle of 301.83º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01D9C is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 29 156 -
CMYK 0 0.82 0.02 0.37
HSL 301.83º 0.69% 0.37% -
HSV(B) 301.83º 0.82% 0.63% -
XYZ 20.94 10.75 32.42 -
YUV 82.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 160 29 156 0 0.82 0.02 0.37 301.83 0.69 0.37
Hex A0 1D 9C 0 52 2 25 12E 45 25
Octal 240 35 234 0 122 2 45 456 105 45
Binary 10100000 11101 10011100 0 1010010 10 100101 100101110 1000101 100101

Color Harmonies of #A01D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D9C

Black with #A01D9C

Text Example


Text Example

White with #A01D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D9C; }

 p { color: rgb(160,29,156); }

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

background-color css

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

 a { background-color: rgb(160,29,156); }

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

border-color css

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

 span { border-color: rgb(160,29,156); }

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