Html Css Color HEX #A60F9F Dark Magenta

📋 copy color: '#A60F9F'

red 166 ◦ green 15 ◦ blue 159

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

Shades of Dark Magenta #A60F9F

Tints of Dark Magenta #A60F9F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 48.82%
G = 4.41%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A60F9F (or 0xA60F9F) is known color: Dark Magenta. HEX triplet: A6, 0F and 9F. RGB value is (166,15,159). Sum of RGB (Red+Green+Blue) = 166+15+159=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60F9F is #59F060. Grayscale: #4C4C4C. Windows color (decimal): -5894241 or 10424230. OLE color: 10424230.

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

Color convert

RGB 166 15 159 -
CMYK 0 0.91 0.04 0.35
HSL 302.78º 0.83% 0.35% -
HSV(B) 302.78º 0.91% 0.65% -
XYZ 22.15 10.95 33.75 -
YUV 76.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 166 15 159 0 0.91 0.04 0.35 302.78 0.83 0.35
Hex A6 F 9F 0 5B 4 23 12F 53 23
Octal 246 17 237 0 133 4 43 457 123 43
Binary 10100110 1111 10011111 0 1011011 100 100011 100101111 1010011 100011

Color Harmonies of #A60F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F9F

Black with #A60F9F

Text Example


Text Example

White with #A60F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F9F; }

 p { color: rgb(166,15,159); }

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

background-color css

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

 a { background-color: rgb(166,15,159); }

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

border-color css

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

 span { border-color: rgb(166,15,159); }

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