Html Css Color HEX #A6019D Dark Magenta

📋 copy color: '#A6019D'

red 166 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #A6019D

Tints of Dark Magenta #A6019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 51.23%
G = 0.31%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6019D (or 0xA6019D) is known color: Dark Magenta. HEX triplet: A6, 01 and 9D. RGB value is (166,1,157). Sum of RGB (Red+Green+Blue) = 166+1+157=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6019D is #59FE62. Grayscale: #434343. Windows color (decimal): -5897827 or 10289574. OLE color: 10289574.

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

Color convert

RGB 166 1 157 -
CMYK 0 0.99 0.05 0.35
HSL 303.27º 0.99% 0.33% -
HSV(B) 303.27º 0.99% 0.65% -
XYZ 21.82 10.56 32.79 -
YUV 68.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 166 1 157 0 0.99 0.05 0.35 303.27 0.99 0.33
Hex A6 1 9D 0 63 5 23 12F 63 21
Octal 246 1 235 0 143 5 43 457 143 41
Binary 10100110 1 10011101 0 1100011 101 100011 100101111 1100011 100001

Color Harmonies of #A6019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6019D

Black with #A6019D

Text Example


Text Example

White with #A6019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6019D; }

 p { color: rgb(166,1,157); }

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

background-color css

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

 a { background-color: rgb(166,1,157); }

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

border-color css

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

 span { border-color: rgb(166,1,157); }

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