Html Css Color HEX #A40195 Dark Magenta

📋 copy color: '#A40195'

red 164 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #A40195

Tints of Dark Magenta #A40195

RGB

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

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

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

R = 52.23%
G = 0.32%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A40195 (or 0xA40195) is known color: Dark Magenta. HEX triplet: A4, 01 and 95. RGB value is (164,1,149). Sum of RGB (Red+Green+Blue) = 164+1+149=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40195 is #5BFE6A. Grayscale: #424242. Windows color (decimal): -6028907 or 9765284. OLE color: 9765284.

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

Color convert

RGB 164 1 149 -
CMYK 0 0.99 0.09 0.36
HSL 305.52º 0.99% 0.32% -
HSV(B) 305.52º 0.99% 0.64% -
XYZ 20.75 10.08 29.29 -
YUV 66.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 164 1 149 0 0.99 0.09 0.36 305.52 0.99 0.32
Hex A4 1 95 0 63 9 24 132 63 20
Octal 244 1 225 0 143 11 44 462 143 40
Binary 10100100 1 10010101 0 1100011 1001 100100 100110010 1100011 100000

Color Harmonies of #A40195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40195

Black with #A40195

Text Example


Text Example

White with #A40195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40195; }

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

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

background-color css

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

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

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

border-color css

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

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

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