Html Css Color HEX #A40197 Dark Magenta

📋 copy color: '#A40197'

red 164 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #A40197

Tints of Dark Magenta #A40197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 51.9%
G = 0.32%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A40197 (or 0xA40197) is known color: Dark Magenta. HEX triplet: A4, 01 and 97. RGB value is (164,1,151). Sum of RGB (Red+Green+Blue) = 164+1+151=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A40197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40197 is #5BFE68. Grayscale: #424242. Windows color (decimal): -6028905 or 9896356. OLE color: 9896356.

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

Color convert

RGB 164 1 151 -
CMYK 0 0.99 0.08 0.36
HSL 304.79º 0.99% 0.32% -
HSV(B) 304.79º 0.99% 0.64% -
XYZ 20.91 10.15 30.14 -
YUV 66.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 164 1 151 0 0.99 0.08 0.36 304.79 0.99 0.32
Hex A4 1 97 0 63 8 24 131 63 20
Octal 244 1 227 0 143 10 44 461 143 40
Binary 10100100 1 10010111 0 1100011 1000 100100 100110001 1100011 100000

Color Harmonies of #A40197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40197

Black with #A40197

Text Example


Text Example

White with #A40197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40197; }

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

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

background-color css

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

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

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

border-color css

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

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

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