Html Css Color HEX #A40B9C Dark Magenta

📋 copy color: '#A40B9C'

red 164 ◦ green 11 ◦ blue 156

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

Shades of Dark Magenta #A40B9C

Tints of Dark Magenta #A40B9C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.32%

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 49.55%
G = 3.32%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A40B9C (or 0xA40B9C) is known color: Dark Magenta. HEX triplet: A4, 0B and 9C. RGB value is (164,11,156). Sum of RGB (Red+Green+Blue) = 164+11+156=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40B9C is #5BF463. Grayscale: #484848. Windows color (decimal): -6026340 or 10226596. OLE color: 10226596.

HSL color Cylindrical-coordinate representation of color #A40B9C: hue angle of 303.14º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B9C is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 11 156 -
CMYK 0 0.93 0.05 0.36
HSL 303.14º 0.87% 0.34% -
HSV(B) 303.14º 0.93% 0.64% -
XYZ 21.43 10.53 32.36 -
YUV 73.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 164 11 156 0 0.93 0.05 0.36 303.14 0.87 0.34
Hex A4 B 9C 0 5D 5 24 12F 57 22
Octal 244 13 234 0 135 5 44 457 127 42
Binary 10100100 1011 10011100 0 1011101 101 100100 100101111 1010111 100010

Color Harmonies of #A40B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40B9C

Black with #A40B9C

Text Example


Text Example

White with #A40B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40B9C; }

 p { color: rgb(164,11,156); }

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

background-color css

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

 a { background-color: rgb(164,11,156); }

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

border-color css

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

 span { border-color: rgb(164,11,156); }

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