Html Css Color HEX #A6078B Dark Magenta

📋 copy color: '#A6078B'

red 166 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #A6078B

Tints of Dark Magenta #A6078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

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

R = 53.21%
G = 2.24%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6078B (or 0xA6078B) is known color: Dark Magenta. HEX triplet: A6, 07 and 8B. RGB value is (166,7,139). Sum of RGB (Red+Green+Blue) = 166+7+139=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6078B is #59F874. Grayscale: #454545. Windows color (decimal): -5896309 or 9111462. OLE color: 9111462.

HSL color Cylindrical-coordinate representation of color #A6078B: hue angle of 310.19º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6078B is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 7 139 -
CMYK 0 0.96 0.16 0.35
HSL 310.19º 0.92% 0.34% -
HSV(B) 310.19º 0.96% 0.65% -
XYZ 20.46 10.12 25.3 -
YUV 69.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 166 7 139 0 0.96 0.16 0.35 310.19 0.92 0.34
Hex A6 7 8B 0 60 10 23 136 5C 22
Octal 246 7 213 0 140 20 43 466 134 42
Binary 10100110 111 10001011 0 1100000 10000 100011 100110110 1011100 100010

Color Harmonies of #A6078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6078B

Black with #A6078B

Text Example


Text Example

White with #A6078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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