#A01BA8

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

Shades of Dark Magenta #A01BA8

Tints of Dark Magenta #A01BA8

Color information

#A01BA8 (or 0xA01BA8) is unknown color: approx Dark Magenta. HEX triplet: A0, 1B and A8. RGB value is (160,27,168). Sum of RGB (Red+Green+Blue) = 160+27+168=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 168 - color contains mainly: blue. Hex color #A01BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01BA8 is #5FE457. Grayscale: #525252. Windows color (decimal): -6284376 or 11017120. OLE color: 11017120.

HSL color Cylindrical-coordinate representation of color #A01BA8: hue angle of 296.6º 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 #A01BA8 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16027168-
CMYK0.050.8400.34
HSL296.6º72.31%38.24%-
HSV(B)296.6º83.93%65.88%-
XYZ21.9611.0838.03-
YUV82.84176.06183.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 27 (10.94% from 255) = 7.61%
BLUE value IS 168 (66.02% from 255) = 47.32%
R=45.07%
G=7.61%
B=47.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160271680.050.8400.34296.672.3138.24
HexA01BA85540221294826
Octal24033250512404245111046
Binary101000001101110101000101101010001000101001010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01BA8; }

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

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

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

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

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

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

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

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