Html Css Color HEX #A60F8D Dark Magenta

📋 copy color: '#A60F8D'

red 166 ◦ green 15 ◦ blue 141

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

Shades of Dark Magenta #A60F8D

Tints of Dark Magenta #A60F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 51.55%
G = 4.66%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A60F8D (or 0xA60F8D) is known color: Dark Magenta. HEX triplet: A6, 0F and 8D. RGB value is (166,15,141). Sum of RGB (Red+Green+Blue) = 166+15+141=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60F8D is #59F072. Grayscale: #4A4A4A. Windows color (decimal): -5894259 or 9244582. OLE color: 9244582.

HSL color Cylindrical-coordinate representation of color #A60F8D: hue angle of 309.93º 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 #A60F8D is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 15 141 -
CMYK 0 0.91 0.15 0.35
HSL 309.93º 0.83% 0.35% -
HSV(B) 309.93º 0.91% 0.65% -
XYZ 20.7 10.37 26.11 -
YUV 74.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 166 15 141 0 0.91 0.15 0.35 309.93 0.83 0.35
Hex A6 F 8D 0 5B F 23 136 53 23
Octal 246 17 215 0 133 17 43 466 123 43
Binary 10100110 1111 10001101 0 1011011 1111 100011 100110110 1010011 100011

Color Harmonies of #A60F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F8D

Black with #A60F8D

Text Example


Text Example

White with #A60F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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