Html Css Color HEX #A60B95 Dark Magenta

📋 copy color: '#A60B95'

red 166 ◦ green 11 ◦ blue 149

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

Shades of Dark Magenta #A60B95

Tints of Dark Magenta #A60B95

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 50.92%
G = 3.37%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A60B95 (or 0xA60B95) is known color: Dark Magenta. HEX triplet: A6, 0B and 95. RGB value is (166,11,149). Sum of RGB (Red+Green+Blue) = 166+11+149=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60B95 is #59F46A. Grayscale: #484848. Windows color (decimal): -5895275 or 9767846. OLE color: 9767846.

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

Color convert

RGB 166 11 149 -
CMYK 0 0.93 0.10 0.35
HSL 306.58º 0.88% 0.35% -
HSV(B) 306.58º 0.93% 0.65% -
XYZ 21.27 10.52 29.34 -
YUV 73.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 166 11 149 0 0.93 0.10 0.35 306.58 0.88 0.35
Hex A6 B 95 0 5D A 23 133 58 23
Octal 246 13 225 0 135 12 43 463 130 43
Binary 10100110 1011 10010101 0 1011101 1010 100011 100110011 1011000 100011

Color Harmonies of #A60B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60B95

Black with #A60B95

Text Example


Text Example

White with #A60B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60B95; }

 p { color: rgb(166,11,149); }

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

background-color css

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

 a { background-color: rgb(166,11,149); }

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

border-color css

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

 span { border-color: rgb(166,11,149); }

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