Html Css Color HEX #A6189A Dark Magenta

📋 copy color: '#A6189A'

red 166 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #A6189A

Tints of Dark Magenta #A6189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

 BLUE value IS 154 (60.55% from 255) = 44.77%

R = 48.26%
G = 6.98%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6189A (or 0xA6189A) is known color: Dark Magenta. HEX triplet: A6, 18 and 9A. RGB value is (166,24,154). Sum of RGB (Red+Green+Blue) = 166+24+154=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6189A is #59E765. Grayscale: #505050. Windows color (decimal): -5891942 or 10098854. OLE color: 10098854.

HSL color Cylindrical-coordinate representation of color #A6189A: hue angle of 305.07º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6189A is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 154 -
CMYK 0 0.86 0.07 0.35
HSL 305.07º 0.75% 0.37% -
HSV(B) 305.07º 0.86% 0.65% -
XYZ 21.89 11.09 31.56 -
YUV 81.28 169.04 188.43 -
System Red Green Blue C M Y K H S L
Decimal 166 24 154 0 0.86 0.07 0.35 305.07 0.75 0.37
Hex A6 18 9A 0 56 7 23 131 4B 25
Octal 246 30 232 0 126 7 43 461 113 45
Binary 10100110 11000 10011010 0 1010110 111 100011 100110001 1001011 100101

Color Harmonies of #A6189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6189A

Black with #A6189A

Text Example


Text Example

White with #A6189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6189A; }

 p { color: rgb(166,24,154); }

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

background-color css

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

 a { background-color: rgb(166,24,154); }

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

border-color css

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

 span { border-color: rgb(166,24,154); }

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