Html Css Color HEX #A6058B Dark Magenta

📋 copy color: '#A6058B'

red 166 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #A6058B

Tints of Dark Magenta #A6058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 53.55%
G = 1.61%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6058B (or 0xA6058B) is known color: Dark Magenta. HEX triplet: A6, 05 and 8B. RGB value is (166,5,139). Sum of RGB (Red+Green+Blue) = 166+5+139=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6058B is #59FA74. Grayscale: #444444. Windows color (decimal): -5896821 or 9110950. OLE color: 9110950.

HSL color Cylindrical-coordinate representation of color #A6058B: hue angle of 310.06º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6058B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 5 139 -
CMYK 0 0.97 0.16 0.35
HSL 310.06º 0.94% 0.34% -
HSV(B) 310.06º 0.97% 0.65% -
XYZ 20.44 10.08 25.29 -
YUV 68.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 166 5 139 0 0.97 0.16 0.35 310.06 0.94 0.34
Hex A6 5 8B 0 61 10 23 136 5E 22
Octal 246 5 213 0 141 20 43 466 136 42
Binary 10100110 101 10001011 0 1100001 10000 100011 100110110 1011110 100010

Color Harmonies of #A6058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6058B

Black with #A6058B

Text Example


Text Example

White with #A6058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6058B; }

 p { color: rgb(166,5,139); }

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

background-color css

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

 a { background-color: rgb(166,5,139); }

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

border-color css

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

 span { border-color: rgb(166,5,139); }

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