Html Css Color HEX #A60690 Dark Magenta

📋 copy color: '#A60690'

red 166 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #A60690

Tints of Dark Magenta #A60690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

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

R = 52.53%
G = 1.9%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A60690 (or 0xA60690) is known color: Dark Magenta. HEX triplet: A6, 06 and 90. RGB value is (166,6,144). Sum of RGB (Red+Green+Blue) = 166+6+144=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A60690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60690 is #59F96F. Grayscale: #454545. Windows color (decimal): -5896560 or 9438886. OLE color: 9438886.

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

Color convert

RGB 166 6 144 -
CMYK 0 0.96 0.13 0.35
HSL 308.25º 0.93% 0.34% -
HSV(B) 308.25º 0.96% 0.65% -
XYZ 20.83 10.25 27.27 -
YUV 69.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 166 6 144 0 0.96 0.13 0.35 308.25 0.93 0.34
Hex A6 6 90 0 60 D 23 134 5D 22
Octal 246 6 220 0 140 15 43 464 135 42
Binary 10100110 110 10010000 0 1100000 1101 100011 100110100 1011101 100010

Color Harmonies of #A60690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60690

Black with #A60690

Text Example


Text Example

White with #A60690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60690; }

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

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

background-color css

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

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

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

border-color css

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

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

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