Html Css Color HEX #A60BA1 Dark Magenta

📋 copy color: '#A60BA1'

red 166 ◦ green 11 ◦ blue 161

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

Shades of Dark Magenta #A60BA1

Tints of Dark Magenta #A60BA1

RGB

 RED value IS 166 (65.23% from 255) = 49.11%

 GREEN value IS 11 (4.69% from 255) = 3.25%

 BLUE value IS 161 (63.28% from 255) = 47.63%

R = 49.11%
G = 3.25%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A60BA1 (or 0xA60BA1) is known color: Dark Magenta. HEX triplet: A6, 0B and A1. RGB value is (166,11,161). Sum of RGB (Red+Green+Blue) = 166+11+161=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A60BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BA1 is #59F45E. Grayscale: #4A4A4A. Windows color (decimal): -5895263 or 10554278. OLE color: 10554278.

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

Color convert

RGB 166 11 161 -
CMYK 0 0.93 0.03 0.35
HSL 301.94º 0.88% 0.35% -
HSV(B) 301.94º 0.93% 0.65% -
XYZ 22.28 10.92 34.65 -
YUV 74.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 166 11 161 0 0.93 0.03 0.35 301.94 0.88 0.35
Hex A6 B A1 0 5D 3 23 12E 58 23
Octal 246 13 241 0 135 3 43 456 130 43
Binary 10100110 1011 10100001 0 1011101 11 100011 100101110 1011000 100011

Color Harmonies of #A60BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BA1

Black with #A60BA1

Text Example


Text Example

White with #A60BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BA1; }

 p { color: rgb(166,11,161); }

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

background-color css

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

 a { background-color: rgb(166,11,161); }

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

border-color css

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

 span { border-color: rgb(166,11,161); }

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