Html Css Color HEX #A6138D Dark Magenta

📋 copy color: '#A6138D'

red 166 ◦ green 19 ◦ blue 141

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

Shades of Dark Magenta #A6138D

Tints of Dark Magenta #A6138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 50.92%
G = 5.83%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6138D (or 0xA6138D) is known color: Dark Magenta. HEX triplet: A6, 13 and 8D. RGB value is (166,19,141). Sum of RGB (Red+Green+Blue) = 166+19+141=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6138D is #59EC72. Grayscale: #4C4C4C. Windows color (decimal): -5893235 or 9245606. OLE color: 9245606.

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

Color convert

RGB 166 19 141 -
CMYK 0 0.89 0.15 0.35
HSL 310.2º 0.79% 0.36% -
HSV(B) 310.2º 0.89% 0.65% -
XYZ 20.77 10.5 26.13 -
YUV 76.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 166 19 141 0 0.89 0.15 0.35 310.2 0.79 0.36
Hex A6 13 8D 0 59 F 23 136 4F 24
Octal 246 23 215 0 131 17 43 466 117 44
Binary 10100110 10011 10001101 0 1011001 1111 100011 100110110 1001111 100100

Color Harmonies of #A6138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6138D

Black with #A6138D

Text Example


Text Example

White with #A6138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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