Html Css Color HEX #A01BA9 Dark Magenta

📋 copy color: '#A01BA9'

red 160 ◦ green 27 ◦ blue 169

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

Shades of Dark Magenta #A01BA9

Tints of Dark Magenta #A01BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 47.47%

R = 44.94%
G = 7.58%
B = 47.47%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A01BA9 (or 0xA01BA9) is known color: Dark Magenta. HEX triplet: A0, 1B and A9. RGB value is (160,27,169). Sum of RGB (Red+Green+Blue) = 160+27+169=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #A01BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01BA9 is #5FE456. Grayscale: #525252. Windows color (decimal): -6284375 or 11082656. OLE color: 11082656.

HSL color Cylindrical-coordinate representation of color #A01BA9: hue angle of 296.2º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01BA9 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 27 169 -
CMYK 0.05 0.84 0 0.34
HSL 296.2º 0.72% 0.38% -
HSV(B) 296.2º 0.84% 0.66% -
XYZ 22.05 11.12 38.52 -
YUV 82.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 160 27 169 0.05 0.84 0 0.34 296.2 0.72 0.38
Hex A0 1B A9 5 54 0 22 128 48 26
Octal 240 33 251 5 124 0 42 450 110 46
Binary 10100000 11011 10101001 101 1010100 0 100010 100101000 1001000 100110

Color Harmonies of #A01BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BA9

Black with #A01BA9

Text Example


Text Example

White with #A01BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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