Html Css Color HEX #A6049B Dark Magenta

📋 copy color: '#A6049B'

red 166 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #A6049B

Tints of Dark Magenta #A6049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 51.08%
G = 1.23%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6049B (or 0xA6049B) is known color: Dark Magenta. HEX triplet: A6, 04 and 9B. RGB value is (166,4,155). Sum of RGB (Red+Green+Blue) = 166+4+155=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6049B is #59FB64. Grayscale: #454545. Windows color (decimal): -5897061 or 10159270. OLE color: 10159270.

HSL color Cylindrical-coordinate representation of color #A6049B: hue angle of 304.07º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6049B is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 4 155 -
CMYK 0 0.98 0.07 0.35
HSL 304.07º 0.95% 0.33% -
HSV(B) 304.07º 0.98% 0.65% -
XYZ 21.69 10.56 31.91 -
YUV 69.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 166 4 155 0 0.98 0.07 0.35 304.07 0.95 0.33
Hex A6 4 9B 0 62 7 23 130 5F 21
Octal 246 4 233 0 142 7 43 460 137 41
Binary 10100110 100 10011011 0 1100010 111 100011 100110000 1011111 100001

Color Harmonies of #A6049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6049B

Black with #A6049B

Text Example


Text Example

White with #A6049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6049B; }

 p { color: rgb(166,4,155); }

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

background-color css

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

 a { background-color: rgb(166,4,155); }

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

border-color css

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

 span { border-color: rgb(166,4,155); }

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