Html Css Color HEX #A60096 Dark Magenta

📋 copy color: '#A60096'

red 166 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #A60096

Tints of Dark Magenta #A60096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.53%
G = 0%
B = 47.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A60096 (or 0xA60096) is known color: Dark Magenta. HEX triplet: A6, 00 and 96. RGB value is (166,0,150). Sum of RGB (Red+Green+Blue) = 166+0+150=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A60096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60096 is #59FF69. Grayscale: #424242. Windows color (decimal): -5898090 or 9830566. OLE color: 9830566.

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

Color convert

RGB 166 0 150 -
CMYK 0 1 0.10 0.35
HSL 305.78º 1% 0.33% -
HSV(B) 305.78º 1% 0.65% -
XYZ 21.23 10.31 29.73 -
YUV 66.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 166 0 150 0 1 0.10 0.35 305.78 1 0.33
Hex A6 0 96 0 64 A 23 132 64 21
Octal 246 0 226 0 144 12 43 462 144 41
Binary 10100110 0 10010110 0 1100100 1010 100011 100110010 1100100 100001

Color Harmonies of #A60096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60096

Black with #A60096

Text Example


Text Example

White with #A60096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60096; }

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

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

background-color css

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

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

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

border-color css

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

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

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