Html Css Color HEX #A60A90 Dark Magenta

📋 copy color: '#A60A90'

red 166 ◦ green 10 ◦ blue 144

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

Shades of Dark Magenta #A60A90

Tints of Dark Magenta #A60A90

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

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

R = 51.88%
G = 3.13%
B = 45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A60A90 (or 0xA60A90) is known color: Dark Magenta. HEX triplet: A6, 0A and 90. RGB value is (166,10,144). Sum of RGB (Red+Green+Blue) = 166+10+144=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60A90 is #59F56F. Grayscale: #474747. Windows color (decimal): -5895536 or 9439910. OLE color: 9439910.

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

Color convert

RGB 166 10 144 -
CMYK 0 0.94 0.13 0.35
HSL 308.46º 0.89% 0.35% -
HSV(B) 308.46º 0.94% 0.65% -
XYZ 20.87 10.34 27.28 -
YUV 71.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 166 10 144 0 0.94 0.13 0.35 308.46 0.89 0.35
Hex A6 A 90 0 5E D 23 134 59 23
Octal 246 12 220 0 136 15 43 464 131 43
Binary 10100110 1010 10010000 0 1011110 1101 100011 100110100 1011001 100011

Color Harmonies of #A60A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A90

Black with #A60A90

Text Example


Text Example

White with #A60A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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