Html Css Color HEX #A60295 Dark Magenta

📋 copy color: '#A60295'

red 166 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #A60295

Tints of Dark Magenta #A60295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47%

R = 52.37%
G = 0.63%
B = 47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A60295 (or 0xA60295) is known color: Dark Magenta. HEX triplet: A6, 02 and 95. RGB value is (166,2,149). Sum of RGB (Red+Green+Blue) = 166+2+149=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A60295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60295 is #59FD6A. Grayscale: #434343. Windows color (decimal): -5897579 or 9765542. OLE color: 9765542.

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

Color convert

RGB 166 2 149 -
CMYK 0 0.99 0.10 0.35
HSL 306.22º 0.98% 0.33% -
HSV(B) 306.22º 0.99% 0.65% -
XYZ 21.17 10.32 29.31 -
YUV 67.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 166 2 149 0 0.99 0.10 0.35 306.22 0.98 0.33
Hex A6 2 95 0 63 A 23 132 62 21
Octal 246 2 225 0 143 12 43 462 142 41
Binary 10100110 10 10010101 0 1100011 1010 100011 100110010 1100010 100001

Color Harmonies of #A60295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60295

Black with #A60295

Text Example


Text Example

White with #A60295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60295; }

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

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

background-color css

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

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

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

border-color css

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

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

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