Html Css Color HEX #A60385 Dark Magenta

📋 copy color: '#A60385'

red 166 ◦ green 3 ◦ blue 133

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

Shades of Dark Magenta #A60385

Tints of Dark Magenta #A60385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 54.97%
G = 0.99%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A60385 (or 0xA60385) is known color: Dark Magenta. HEX triplet: A6, 03 and 85. RGB value is (166,3,133). Sum of RGB (Red+Green+Blue) = 166+3+133=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A60385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60385 is #59FC7A. Grayscale: #424242. Windows color (decimal): -5897339 or 8717222. OLE color: 8717222.

HSL color Cylindrical-coordinate representation of color #A60385: hue angle of 312.15º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60385 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 3 133 -
CMYK 0 0.98 0.20 0.35
HSL 312.15º 0.96% 0.33% -
HSV(B) 312.15º 0.98% 0.65% -
XYZ 19.99 9.87 23.04 -
YUV 66.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 166 3 133 0 0.98 0.20 0.35 312.15 0.96 0.33
Hex A6 3 85 0 62 14 23 138 60 21
Octal 246 3 205 0 142 24 43 470 140 41
Binary 10100110 11 10000101 0 1100010 10100 100011 100111000 1100000 100001

Color Harmonies of #A60385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60385

Black with #A60385

Text Example


Text Example

White with #A60385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60385; }

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

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

background-color css

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

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

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

border-color css

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

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

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