Html Css Color HEX #A60497 Dark Magenta

📋 copy color: '#A60497'

red 166 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #A60497

Tints of Dark Magenta #A60497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 51.71%
G = 1.25%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A60497 (or 0xA60497) is known color: Dark Magenta. HEX triplet: A6, 04 and 97. RGB value is (166,4,151). Sum of RGB (Red+Green+Blue) = 166+4+151=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A60497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60497 is #59FB68. Grayscale: #444444. Windows color (decimal): -5897065 or 9897126. OLE color: 9897126.

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

Color convert

RGB 166 4 151 -
CMYK 0 0.98 0.09 0.35
HSL 305.56º 0.95% 0.33% -
HSV(B) 305.56º 0.98% 0.65% -
XYZ 21.36 10.43 30.17 -
YUV 69.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 166 4 151 0 0.98 0.09 0.35 305.56 0.95 0.33
Hex A6 4 97 0 62 9 23 132 5F 21
Octal 246 4 227 0 142 11 43 462 137 41
Binary 10100110 100 10010111 0 1100010 1001 100011 100110010 1011111 100001

Color Harmonies of #A60497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60497

Black with #A60497

Text Example


Text Example

White with #A60497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60497; }

 p { color: rgb(166,4,151); }

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

background-color css

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

 a { background-color: rgb(166,4,151); }

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

border-color css

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

 span { border-color: rgb(166,4,151); }

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