Html Css Color HEX #A6029C Dark Magenta

📋 copy color: '#A6029C'

red 166 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #A6029C

Tints of Dark Magenta #A6029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 51.23%
G = 0.62%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6029C (or 0xA6029C) is known color: Dark Magenta. HEX triplet: A6, 02 and 9C. RGB value is (166,2,156). Sum of RGB (Red+Green+Blue) = 166+2+156=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6029C is #59FD63. Grayscale: #444444. Windows color (decimal): -5897572 or 10224294. OLE color: 10224294.

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

Color convert

RGB 166 2 156 -
CMYK 0 0.99 0.06 0.35
HSL 303.66º 0.98% 0.33% -
HSV(B) 303.66º 0.99% 0.65% -
XYZ 21.75 10.55 32.34 -
YUV 68.59 177.33 197.48 -
System Red Green Blue C M Y K H S L
Decimal 166 2 156 0 0.99 0.06 0.35 303.66 0.98 0.33
Hex A6 2 9C 0 63 6 23 130 62 21
Octal 246 2 234 0 143 6 43 460 142 41
Binary 10100110 10 10011100 0 1100011 110 100011 100110000 1100010 100001

Color Harmonies of #A6029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6029C

Black with #A6029C

Text Example


Text Example

White with #A6029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6029C; }

 p { color: rgb(166,2,156); }

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

background-color css

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

 a { background-color: rgb(166,2,156); }

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

border-color css

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

 span { border-color: rgb(166,2,156); }

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