Html Css Color HEX #A40897 Dark Magenta

📋 copy color: '#A40897'

red 164 ◦ green 8 ◦ blue 151

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

Shades of Dark Magenta #A40897

Tints of Dark Magenta #A40897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 50.77%
G = 2.48%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A40897 (or 0xA40897) is known color: Dark Magenta. HEX triplet: A4, 08 and 97. RGB value is (164,8,151). Sum of RGB (Red+Green+Blue) = 164+8+151=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A40897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40897 is #5BF768. Grayscale: #464646. Windows color (decimal): -6027113 or 9898148. OLE color: 9898148.

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

Color convert

RGB 164 8 151 -
CMYK 0 0.95 0.08 0.36
HSL 305º 0.91% 0.34% -
HSV(B) 305º 0.95% 0.64% -
XYZ 20.98 10.3 30.16 -
YUV 70.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 164 8 151 0 0.95 0.08 0.36 305 0.91 0.34
Hex A4 8 97 0 5F 8 24 131 5B 22
Octal 244 10 227 0 137 10 44 461 133 42
Binary 10100100 1000 10010111 0 1011111 1000 100100 100110001 1011011 100010

Color Harmonies of #A40897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40897

Black with #A40897

Text Example


Text Example

White with #A40897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40897; }

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

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

background-color css

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

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

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

border-color css

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

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

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