Html Css Color HEX #A40295 Dark Magenta

📋 copy color: '#A40295'

red 164 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #A40295

Tints of Dark Magenta #A40295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 52.06%
G = 0.63%
B = 47.3%

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

#A40295 (or 0xA40295) is known color: Dark Magenta. HEX triplet: A4, 02 and 95. RGB value is (164,2,149). Sum of RGB (Red+Green+Blue) = 164+2+149=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A40295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40295 is #5BFD6A. Grayscale: #424242. Windows color (decimal): -6028651 or 9765540. OLE color: 9765540.

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

Color convert

RGB 164 2 149 -
CMYK 0 0.99 0.09 0.36
HSL 305.56º 0.98% 0.33% -
HSV(B) 305.56º 0.99% 0.64% -
XYZ 20.76 10.11 29.29 -
YUV 67.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 164 2 149 0 0.99 0.09 0.36 305.56 0.98 0.33
Hex A4 2 95 0 63 9 24 132 62 21
Octal 244 2 225 0 143 11 44 462 142 41
Binary 10100100 10 10010101 0 1100011 1001 100100 100110010 1100010 100001

Color Harmonies of #A40295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40295

Black with #A40295

Text Example


Text Example

White with #A40295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40295; }

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

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

background-color css

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

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

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

border-color css

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

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

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