Html Css Color HEX #A01B9C Dark Magenta

📋 copy color: '#A01B9C'

red 160 ◦ green 27 ◦ blue 156

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

Shades of Dark Magenta #A01B9C

Tints of Dark Magenta #A01B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.87%

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

R = 46.65%
G = 7.87%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A01B9C (or 0xA01B9C) is known color: Dark Magenta. HEX triplet: A0, 1B and 9C. RGB value is (160,27,156). Sum of RGB (Red+Green+Blue) = 160+27+156=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01B9C is #5FE463. Grayscale: #515151. Windows color (decimal): -6284388 or 10230688. OLE color: 10230688.

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

Color convert

RGB 160 27 156 -
CMYK 0 0.83 0.02 0.37
HSL 301.8º 0.71% 0.37% -
HSV(B) 301.8º 0.83% 0.63% -
XYZ 20.89 10.66 32.41 -
YUV 81.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 160 27 156 0 0.83 0.02 0.37 301.8 0.71 0.37
Hex A0 1B 9C 0 53 2 25 12E 47 25
Octal 240 33 234 0 123 2 45 456 107 45
Binary 10100000 11011 10011100 0 1010011 10 100101 100101110 1000111 100101

Color Harmonies of #A01B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B9C

Black with #A01B9C

Text Example


Text Example

White with #A01B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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