Html Css Color HEX #A6038D Dark Magenta

📋 copy color: '#A6038D'

red 166 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #A6038D

Tints of Dark Magenta #A6038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 53.55%
G = 0.97%
B = 45.48%

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

#A6038D (or 0xA6038D) is known color: Dark Magenta. HEX triplet: A6, 03 and 8D. RGB value is (166,3,141). Sum of RGB (Red+Green+Blue) = 166+3+141=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6038D is #59FC72. Grayscale: #434343. Windows color (decimal): -5897331 or 9241510. OLE color: 9241510.

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

Color convert

RGB 166 3 141 -
CMYK 0 0.98 0.15 0.35
HSL 309.2º 0.96% 0.33% -
HSV(B) 309.2º 0.98% 0.65% -
XYZ 20.57 10.1 26.06 -
YUV 67.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 166 3 141 0 0.98 0.15 0.35 309.2 0.96 0.33
Hex A6 3 8D 0 62 F 23 135 60 21
Octal 246 3 215 0 142 17 43 465 140 41
Binary 10100110 11 10001101 0 1100010 1111 100011 100110101 1100000 100001

Color Harmonies of #A6038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6038D

Black with #A6038D

Text Example


Text Example

White with #A6038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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