Html Css Color HEX #A40BAC Dark Magenta

📋 copy color: '#A40BAC'

red 164 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #A40BAC

Tints of Dark Magenta #A40BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 47.26%
G = 3.17%
B = 49.57%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40BAC (or 0xA40BAC) is known color: Dark Magenta. HEX triplet: A4, 0B and AC. RGB value is (164,11,172). Sum of RGB (Red+Green+Blue) = 164+11+172=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A40BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BAC is #5BF453. Grayscale: #4A4A4A. Windows color (decimal): -6026324 or 11275172. OLE color: 11275172.

HSL color Cylindrical-coordinate representation of color #A40BAC: hue angle of 297.02º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40BAC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 11 172 -
CMYK 0.05 0.94 0 0.33
HSL 297.02º 0.88% 0.36% -
HSV(B) 297.02º 0.94% 0.67% -
XYZ 22.88 11.11 39.97 -
YUV 75.1 182.69 191.41 -
System Red Green Blue C M Y K H S L
Decimal 164 11 172 0.05 0.94 0 0.33 297.02 0.88 0.36
Hex A4 B AC 5 5E 0 21 129 58 24
Octal 244 13 254 5 136 0 41 451 130 44
Binary 10100100 1011 10101100 101 1011110 0 100001 100101001 1011000 100100

Color Harmonies of #A40BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BAC

Black with #A40BAC

Text Example


Text Example

White with #A40BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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