Html Css Color HEX #A40697 Dark Magenta

📋 copy color: '#A40697'

red 164 ◦ green 6 ◦ blue 151

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

Shades of Dark Magenta #A40697

Tints of Dark Magenta #A40697

RGB

 RED value IS 164 (64.45% from 255) = 51.09%

 GREEN value IS 6 (2.73% from 255) = 1.87%

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

R = 51.09%
G = 1.87%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A40697 (or 0xA40697) is known color: Dark Magenta. HEX triplet: A4, 06 and 97. RGB value is (164,6,151). Sum of RGB (Red+Green+Blue) = 164+6+151=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A40697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40697 is #5BF968. Grayscale: #454545. Windows color (decimal): -6027625 or 9897636. OLE color: 9897636.

HSL color Cylindrical-coordinate representation of color #A40697: hue angle of 304.94º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40697 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 6 151 -
CMYK 0 0.96 0.08 0.36
HSL 304.94º 0.93% 0.33% -
HSV(B) 304.94º 0.96% 0.64% -
XYZ 20.96 10.26 30.15 -
YUV 69.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 164 6 151 0 0.96 0.08 0.36 304.94 0.93 0.33
Hex A4 6 97 0 60 8 24 131 5D 21
Octal 244 6 227 0 140 10 44 461 135 41
Binary 10100100 110 10010111 0 1100000 1000 100100 100110001 1011101 100001

Color Harmonies of #A40697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40697

Black with #A40697

Text Example


Text Example

White with #A40697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40697; }

 p { color: rgb(164,6,151); }

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

background-color css

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

 a { background-color: rgb(164,6,151); }

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

border-color css

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

 span { border-color: rgb(164,6,151); }

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