Html Css Color HEX #A60490 Dark Magenta

📋 copy color: '#A60490'

red 166 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #A60490

Tints of Dark Magenta #A60490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 52.87%
G = 1.27%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A60490 (or 0xA60490) is known color: Dark Magenta. HEX triplet: A6, 04 and 90. RGB value is (166,4,144). Sum of RGB (Red+Green+Blue) = 166+4+144=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A60490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60490 is #59FB6F. Grayscale: #444444. Windows color (decimal): -5897072 or 9438374. OLE color: 9438374.

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

Color convert

RGB 166 4 144 -
CMYK 0 0.98 0.13 0.35
HSL 308.15º 0.95% 0.33% -
HSV(B) 308.15º 0.98% 0.65% -
XYZ 20.8 10.21 27.26 -
YUV 68.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 166 4 144 0 0.98 0.13 0.35 308.15 0.95 0.33
Hex A6 4 90 0 62 D 23 134 5F 21
Octal 246 4 220 0 142 15 43 464 137 41
Binary 10100110 100 10010000 0 1100010 1101 100011 100110100 1011111 100001

Color Harmonies of #A60490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60490

Black with #A60490

Text Example


Text Example

White with #A60490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60490; }

 p { color: rgb(166,4,144); }

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

background-color css

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

 a { background-color: rgb(166,4,144); }

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

border-color css

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

 span { border-color: rgb(166,4,144); }

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