#A01BA5

Color #A01BA5 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A01BA5

Tints of Dark Magenta #A01BA5

Color information

#A01BA5 (or 0xA01BA5) is unknown color: approx Dark Magenta. HEX triplet: A0, 1B and A5. RGB value is (160,27,165). Sum of RGB (Red+Green+Blue) = 160+27+165=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #A01BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01BA5 is #5FE45A. Grayscale: #525252. Windows color (decimal): -6284379 or 10820512. OLE color: 10820512.

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

Color convert

RGB16027165-
CMYK0.030.8400.35
HSL297.83º71.88%37.65%-
HSV(B)297.83º83.64%64.71%-
XYZ21.6810.9736.57-
YUV82.5174.56183.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 27 (10.94% from 255) = 7.67%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=45.45%
G=7.67%
B=46.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160271650.030.8400.35297.8371.8837.65
HexA01BA535402312a4826
Octal24033245312404345211046
Binary10100000110111010010111101010001000111001010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01BA5; }

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

 H1.HeaderClassName
 {
   color: #A01BA5;
 }
 .AnyTagClassName
 {
   color: #A01BA5;
 }
</style>
background-color css

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

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

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

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

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

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