Html Css Color HEX #A60896 Dark Magenta

📋 copy color: '#A60896'

red 166 ◦ green 8 ◦ blue 150

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

Shades of Dark Magenta #A60896

Tints of Dark Magenta #A60896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

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

R = 51.23%
G = 2.47%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A60896 (or 0xA60896) is known color: Dark Magenta. HEX triplet: A6, 08 and 96. RGB value is (166,8,150). Sum of RGB (Red+Green+Blue) = 166+8+150=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A60896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60896 is #59F769. Grayscale: #474747. Windows color (decimal): -5896042 or 9832614. OLE color: 9832614.

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

Color convert

RGB 166 8 150 -
CMYK 0 0.95 0.10 0.35
HSL 306.08º 0.91% 0.34% -
HSV(B) 306.08º 0.95% 0.65% -
XYZ 21.32 10.48 29.75 -
YUV 71.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 166 8 150 0 0.95 0.10 0.35 306.08 0.91 0.34
Hex A6 8 96 0 5F A 23 132 5B 22
Octal 246 10 226 0 137 12 43 462 133 42
Binary 10100110 1000 10010110 0 1011111 1010 100011 100110010 1011011 100010

Color Harmonies of #A60896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60896

Black with #A60896

Text Example


Text Example

White with #A60896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60896; }

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

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

background-color css

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

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

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

border-color css

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

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

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