Html Css Color HEX #A60985 Dark Magenta

📋 copy color: '#A60985'

red 166 ◦ green 9 ◦ blue 133

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

Shades of Dark Magenta #A60985

Tints of Dark Magenta #A60985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 53.9%
G = 2.92%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A60985 (or 0xA60985) is known color: Dark Magenta. HEX triplet: A6, 09 and 85. RGB value is (166,9,133). Sum of RGB (Red+Green+Blue) = 166+9+133=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A60985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60985 is #59F67A. Grayscale: #454545. Windows color (decimal): -5895803 or 8718758. OLE color: 8718758.

HSL color Cylindrical-coordinate representation of color #A60985: hue angle of 312.61º degrees, saturation: 0.9, 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 #A60985 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 133 -
CMYK 0 0.95 0.20 0.35
HSL 312.61º 0.9% 0.34% -
HSV(B) 312.61º 0.95% 0.65% -
XYZ 20.06 10 23.06 -
YUV 70.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 166 9 133 0 0.95 0.20 0.35 312.61 0.9 0.34
Hex A6 9 85 0 5F 14 23 139 5A 22
Octal 246 11 205 0 137 24 43 471 132 42
Binary 10100110 1001 10000101 0 1011111 10100 100011 100111001 1011010 100010

Color Harmonies of #A60985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60985

Black with #A60985

Text Example


Text Example

White with #A60985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60985; }

 p { color: rgb(166,9,133); }

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

background-color css

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

 a { background-color: rgb(166,9,133); }

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

border-color css

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

 span { border-color: rgb(166,9,133); }

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