Html Css Color HEX #A60091 Dark Magenta

📋 copy color: '#A60091'

red 166 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #A60091

Tints of Dark Magenta #A60091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 53.38%
G = 0%
B = 46.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A60091 (or 0xA60091) is known color: Dark Magenta. HEX triplet: A6, 00 and 91. RGB value is (166,0,145). Sum of RGB (Red+Green+Blue) = 166+0+145=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A60091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60091 is #59FF6E. Grayscale: #414141. Windows color (decimal): -5898095 or 9502886. OLE color: 9502886.

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

Color convert

RGB 166 0 145 -
CMYK 0 1 0.13 0.35
HSL 307.59º 1% 0.33% -
HSV(B) 307.59º 1% 0.65% -
XYZ 20.84 10.15 27.65 -
YUV 66.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 166 0 145 0 1 0.13 0.35 307.59 1 0.33
Hex A6 0 91 0 64 D 23 134 64 21
Octal 246 0 221 0 144 15 43 464 144 41
Binary 10100110 0 10010001 0 1100100 1101 100011 100110100 1100100 100001

Color Harmonies of #A60091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60091

Black with #A60091

Text Example


Text Example

White with #A60091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60091; }

 p { color: rgb(166,0,145); }

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

background-color css

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

 a { background-color: rgb(166,0,145); }

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

border-color css

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

 span { border-color: rgb(166,0,145); }

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