Html Css Color HEX #A40096 Dark Magenta

📋 copy color: '#A40096'

red 164 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #A40096

Tints of Dark Magenta #A40096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 52.23%
G = 0%
B = 47.77%

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

#A40096 (or 0xA40096) is known color: Dark Magenta. HEX triplet: A4, 00 and 96. RGB value is (164,0,150). Sum of RGB (Red+Green+Blue) = 164+0+150=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40096 is #5BFF69. Grayscale: #414141. Windows color (decimal): -6029162 or 9830564. OLE color: 9830564.

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

Color convert

RGB 164 0 150 -
CMYK 0 1 0.09 0.36
HSL 305.12º 1% 0.32% -
HSV(B) 305.12º 1% 0.64% -
XYZ 20.81 10.09 29.71 -
YUV 66.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 164 0 150 0 1 0.09 0.36 305.12 1 0.32
Hex A4 0 96 0 64 9 24 131 64 20
Octal 244 0 226 0 144 11 44 461 144 40
Binary 10100100 0 10010110 0 1100100 1001 100100 100110001 1100100 100000

Color Harmonies of #A40096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40096

Black with #A40096

Text Example


Text Example

White with #A40096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40096; }

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

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

background-color css

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

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

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

border-color css

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

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

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