Html Css Color HEX #A01BA8 Dark Magenta

📋 copy color: '#A01BA8'

red 160 ◦ green 27 ◦ blue 168

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

Shades of Dark Magenta #A01BA8

Tints of Dark Magenta #A01BA8

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 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

#A01BA8 (or 0xA01BA8) is known color: 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

RGB 160 27 168 -
CMYK 0.05 0.84 0 0.34
HSL 296.6º 0.72% 0.38% -
HSV(B) 296.6º 0.84% 0.66% -
XYZ 21.96 11.08 38.03 -
YUV 82.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 160 27 168 0.05 0.84 0 0.34 296.6 0.72 0.38
Hex A0 1B A8 5 54 0 22 129 48 26
Octal 240 33 250 5 124 0 42 451 110 46
Binary 10100000 11011 10101000 101 1010100 0 100010 100101001 1001000 100110

Color Harmonies of #A01BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BA8

Black with #A01BA8

Text Example


Text Example

White with #A01BA8

Text Example


Text Example

HTML Codes & Css Web 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>