Html Css Color HEX #A60191 Dark Magenta

📋 copy color: '#A60191'

red 166 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #A60191

Tints of Dark Magenta #A60191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 53.21%
G = 0.32%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A60191 (or 0xA60191) is known color: Dark Magenta. HEX triplet: A6, 01 and 91. RGB value is (166,1,145). Sum of RGB (Red+Green+Blue) = 166+1+145=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A60191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60191 is #59FE6E. Grayscale: #424242. Windows color (decimal): -5897839 or 9503142. OLE color: 9503142.

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

Color convert

RGB 166 1 145 -
CMYK 0 0.99 0.13 0.35
HSL 307.64º 0.99% 0.33% -
HSV(B) 307.64º 0.99% 0.65% -
XYZ 20.85 10.17 27.65 -
YUV 66.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 166 1 145 0 0.99 0.13 0.35 307.64 0.99 0.33
Hex A6 1 91 0 63 D 23 134 63 21
Octal 246 1 221 0 143 15 43 464 143 41
Binary 10100110 1 10010001 0 1100011 1101 100011 100110100 1100011 100001

Color Harmonies of #A60191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60191

Black with #A60191

Text Example


Text Example

White with #A60191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60191; }

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

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

background-color css

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

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

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

border-color css

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

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

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