Html Css Color HEX #A6028D Dark Magenta

📋 copy color: '#A6028D'

red 166 ◦ green 2 ◦ blue 141

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

Shades of Dark Magenta #A6028D

Tints of Dark Magenta #A6028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 53.72%
G = 0.65%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6028D (or 0xA6028D) is known color: Dark Magenta. HEX triplet: A6, 02 and 8D. RGB value is (166,2,141). Sum of RGB (Red+Green+Blue) = 166+2+141=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6028D is #59FD72. Grayscale: #424242. Windows color (decimal): -5897587 or 9241254. OLE color: 9241254.

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

Color convert

RGB 166 2 141 -
CMYK 0 0.99 0.15 0.35
HSL 309.15º 0.98% 0.33% -
HSV(B) 309.15º 0.99% 0.65% -
XYZ 20.56 10.07 26.06 -
YUV 66.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 166 2 141 0 0.99 0.15 0.35 309.15 0.98 0.33
Hex A6 2 8D 0 63 F 23 135 62 21
Octal 246 2 215 0 143 17 43 465 142 41
Binary 10100110 10 10001101 0 1100011 1111 100011 100110101 1100010 100001

Color Harmonies of #A6028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6028D

Black with #A6028D

Text Example


Text Example

White with #A6028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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