Html Css Color HEX #A6038C Dark Magenta

📋 copy color: '#A6038C'

red 166 ◦ green 3 ◦ blue 140

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

Shades of Dark Magenta #A6038C

Tints of Dark Magenta #A6038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 53.72%
G = 0.97%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6038C (or 0xA6038C) is known color: Dark Magenta. HEX triplet: A6, 03 and 8C. RGB value is (166,3,140). Sum of RGB (Red+Green+Blue) = 166+3+140=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6038C is #59FC73. Grayscale: #424242. Windows color (decimal): -5897332 or 9175974. OLE color: 9175974.

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

Color convert

RGB 166 3 140 -
CMYK 0 0.98 0.16 0.35
HSL 309.57º 0.96% 0.33% -
HSV(B) 309.57º 0.98% 0.65% -
XYZ 20.49 10.07 25.67 -
YUV 67.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 166 3 140 0 0.98 0.16 0.35 309.57 0.96 0.33
Hex A6 3 8C 0 62 10 23 136 60 21
Octal 246 3 214 0 142 20 43 466 140 41
Binary 10100110 11 10001100 0 1100010 10000 100011 100110110 1100000 100001

Color Harmonies of #A6038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6038C

Black with #A6038C

Text Example


Text Example

White with #A6038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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