Html Css Color HEX #A60293 Dark Magenta

📋 copy color: '#A60293'

red 166 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #A60293

Tints of Dark Magenta #A60293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 52.7%
G = 0.63%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A60293 (or 0xA60293) is known color: Dark Magenta. HEX triplet: A6, 02 and 93. RGB value is (166,2,147). Sum of RGB (Red+Green+Blue) = 166+2+147=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A60293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60293 is #59FD6C. Grayscale: #434343. Windows color (decimal): -5897581 or 9634470. OLE color: 9634470.

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

Color convert

RGB 166 2 147 -
CMYK 0 0.99 0.11 0.35
HSL 306.95º 0.98% 0.33% -
HSV(B) 306.95º 0.99% 0.65% -
XYZ 21.01 10.26 28.48 -
YUV 67.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 166 2 147 0 0.99 0.11 0.35 306.95 0.98 0.33
Hex A6 2 93 0 63 B 23 133 62 21
Octal 246 2 223 0 143 13 43 463 142 41
Binary 10100110 10 10010011 0 1100011 1011 100011 100110011 1100010 100001

Color Harmonies of #A60293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60293

Black with #A60293

Text Example


Text Example

White with #A60293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60293; }

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

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

background-color css

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

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

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

border-color css

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

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

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