Html Css Color HEX #A01BA5 Dark Magenta

📋 copy color: '#A01BA5'

red 160 ◦ green 27 ◦ blue 165

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

Shades of Dark Magenta #A01BA5

Tints of Dark Magenta #A01BA5

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 value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

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

RGB 160 27 165 -
CMYK 0.03 0.84 0 0.35
HSL 297.83º 0.72% 0.38% -
HSV(B) 297.83º 0.84% 0.65% -
XYZ 21.68 10.97 36.57 -
YUV 82.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 160 27 165 0.03 0.84 0 0.35 297.83 0.72 0.38
Hex A0 1B A5 3 54 0 23 12A 48 26
Octal 240 33 245 3 124 0 43 452 110 46
Binary 10100000 11011 10100101 11 1010100 0 100011 100101010 1001000 100110

Color Harmonies of #A01BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BA5

Black with #A01BA5

Text Example


Text Example

White with #A01BA5

Text Example


Text Example

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