Html Css Color HEX #A60292 Dark Magenta

📋 copy color: '#A60292'

red 166 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #A60292

Tints of Dark Magenta #A60292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 52.87%
G = 0.64%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A60292 (or 0xA60292) is known color: Dark Magenta. HEX triplet: A6, 02 and 92. RGB value is (166,2,146). Sum of RGB (Red+Green+Blue) = 166+2+146=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A60292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60292 is #59FD6D. Grayscale: #434343. Windows color (decimal): -5897582 or 9568934. OLE color: 9568934.

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

Color convert

RGB 166 2 146 -
CMYK 0 0.99 0.12 0.35
HSL 307.32º 0.98% 0.33% -
HSV(B) 307.32º 0.99% 0.65% -
XYZ 20.94 10.23 28.06 -
YUV 67.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 166 2 146 0 0.99 0.12 0.35 307.32 0.98 0.33
Hex A6 2 92 0 63 C 23 133 62 21
Octal 246 2 222 0 143 14 43 463 142 41
Binary 10100110 10 10010010 0 1100011 1100 100011 100110011 1100010 100001

Color Harmonies of #A60292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60292

Black with #A60292

Text Example


Text Example

White with #A60292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60292; }

 p { color: rgb(166,2,146); }

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

background-color css

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

 a { background-color: rgb(166,2,146); }

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

border-color css

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

 span { border-color: rgb(166,2,146); }

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