Html Css Color HEX #A60396 Dark Magenta

📋 copy color: '#A60396'

red 166 ◦ green 3 ◦ blue 150

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

Shades of Dark Magenta #A60396

Tints of Dark Magenta #A60396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 52.04%
G = 0.94%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A60396 (or 0xA60396) is known color: Dark Magenta. HEX triplet: A6, 03 and 96. RGB value is (166,3,150). Sum of RGB (Red+Green+Blue) = 166+3+150=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A60396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60396 is #59FC69. Grayscale: #444444. Windows color (decimal): -5897322 or 9831334. OLE color: 9831334.

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

Color convert

RGB 166 3 150 -
CMYK 0 0.98 0.10 0.35
HSL 305.89º 0.96% 0.33% -
HSV(B) 305.89º 0.98% 0.65% -
XYZ 21.26 10.37 29.74 -
YUV 68.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 166 3 150 0 0.98 0.10 0.35 305.89 0.96 0.33
Hex A6 3 96 0 62 A 23 132 60 21
Octal 246 3 226 0 142 12 43 462 140 41
Binary 10100110 11 10010110 0 1100010 1010 100011 100110010 1100000 100001

Color Harmonies of #A60396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60396

Black with #A60396

Text Example


Text Example

White with #A60396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60396; }

 p { color: rgb(166,3,150); }

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

background-color css

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

 a { background-color: rgb(166,3,150); }

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

border-color css

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

 span { border-color: rgb(166,3,150); }

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