Html Css Color HEX #A6048D Dark Magenta

📋 copy color: '#A6048D'

red 166 ◦ green 4 ◦ blue 141

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

Shades of Dark Magenta #A6048D

Tints of Dark Magenta #A6048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 53.38%
G = 1.29%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6048D (or 0xA6048D) is known color: Dark Magenta. HEX triplet: A6, 04 and 8D. RGB value is (166,4,141). Sum of RGB (Red+Green+Blue) = 166+4+141=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6048D is #59FB72. Grayscale: #434343. Windows color (decimal): -5897075 or 9241766. OLE color: 9241766.

HSL color Cylindrical-coordinate representation of color #A6048D: hue angle of 309.26º 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 #A6048D is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 4 141 -
CMYK 0 0.98 0.15 0.35
HSL 309.26º 0.95% 0.33% -
HSV(B) 309.26º 0.98% 0.65% -
XYZ 20.58 10.12 26.07 -
YUV 68.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 166 4 141 0 0.98 0.15 0.35 309.26 0.95 0.33
Hex A6 4 8D 0 62 F 23 135 5F 21
Octal 246 4 215 0 142 17 43 465 137 41
Binary 10100110 100 10001101 0 1100010 1111 100011 100110101 1011111 100001

Color Harmonies of #A6048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6048D

Black with #A6048D

Text Example


Text Example

White with #A6048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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