Html Css Color HEX #A6138B Dark Magenta

📋 copy color: '#A6138B'

red 166 ◦ green 19 ◦ blue 139

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

Shades of Dark Magenta #A6138B

Tints of Dark Magenta #A6138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 51.23%
G = 5.86%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6138B (or 0xA6138B) is known color: Dark Magenta. HEX triplet: A6, 13 and 8B. RGB value is (166,19,139). Sum of RGB (Red+Green+Blue) = 166+19+139=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6138B is #59EC74. Grayscale: #4C4C4C. Windows color (decimal): -5893237 or 9114534. OLE color: 9114534.

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

Color convert

RGB 166 19 139 -
CMYK 0 0.89 0.16 0.35
HSL 311.02º 0.79% 0.36% -
HSV(B) 311.02º 0.89% 0.65% -
XYZ 20.62 10.44 25.35 -
YUV 76.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 166 19 139 0 0.89 0.16 0.35 311.02 0.79 0.36
Hex A6 13 8B 0 59 10 23 137 4F 24
Octal 246 23 213 0 131 20 43 467 117 44
Binary 10100110 10011 10001011 0 1011001 10000 100011 100110111 1001111 100100

Color Harmonies of #A6138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6138B

Black with #A6138B

Text Example


Text Example

White with #A6138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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