Html Css Color HEX #A40095 Dark Magenta

📋 copy color: '#A40095'

red 164 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #A40095

Tints of Dark Magenta #A40095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 52.4%
G = 0%
B = 47.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A40095 (or 0xA40095) is known color: Dark Magenta. HEX triplet: A4, 00 and 95. RGB value is (164,0,149). Sum of RGB (Red+Green+Blue) = 164+0+149=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A40095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40095 is #5BFF6A. Grayscale: #414141. Windows color (decimal): -6029163 or 9765028. OLE color: 9765028.

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

Color convert

RGB 164 0 149 -
CMYK 0 1 0.09 0.36
HSL 305.49º 1% 0.32% -
HSV(B) 305.49º 1% 0.64% -
XYZ 20.73 10.06 29.28 -
YUV 66.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 164 0 149 0 1 0.09 0.36 305.49 1 0.32
Hex A4 0 95 0 64 9 24 131 64 20
Octal 244 0 225 0 144 11 44 461 144 40
Binary 10100100 0 10010101 0 1100100 1001 100100 100110001 1100100 100000

Color Harmonies of #A40095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40095

Black with #A40095

Text Example


Text Example

White with #A40095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40095; }

 p { color: rgb(164,0,149); }

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

background-color css

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

 a { background-color: rgb(164,0,149); }

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

border-color css

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

 span { border-color: rgb(164,0,149); }

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