Html Css Color HEX #A40899 Dark Magenta

📋 copy color: '#A40899'

red 164 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #A40899

Tints of Dark Magenta #A40899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 50.46%
G = 2.46%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A40899 (or 0xA40899) is known color: Dark Magenta. HEX triplet: A4, 08 and 99. RGB value is (164,8,153). Sum of RGB (Red+Green+Blue) = 164+8+153=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A40899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40899 is #5BF766. Grayscale: #464646. Windows color (decimal): -6027111 or 10029220. OLE color: 10029220.

HSL color Cylindrical-coordinate representation of color #A40899: hue angle of 304.23º 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 #A40899 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 153 -
CMYK 0 0.95 0.07 0.36
HSL 304.23º 0.91% 0.34% -
HSV(B) 304.23º 0.95% 0.64% -
XYZ 21.15 10.37 31.02 -
YUV 71.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 164 8 153 0 0.95 0.07 0.36 304.23 0.91 0.34
Hex A4 8 99 0 5F 7 24 130 5B 22
Octal 244 10 231 0 137 7 44 460 133 42
Binary 10100100 1000 10011001 0 1011111 111 100100 100110000 1011011 100010

Color Harmonies of #A40899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40899

Black with #A40899

Text Example


Text Example

White with #A40899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40899; }

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

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

background-color css

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

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

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

border-color css

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

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

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