Html Css Color HEX #A40FAC Dark Magenta

📋 copy color: '#A40FAC'

red 164 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #A40FAC

Tints of Dark Magenta #A40FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.27%

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

R = 46.72%
G = 4.27%
B = 49%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40FAC (or 0xA40FAC) is known color: Dark Magenta. HEX triplet: A4, 0F and AC. RGB value is (164,15,172). Sum of RGB (Red+Green+Blue) = 164+15+172=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A40FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FAC is #5BF053. Grayscale: #4C4C4C. Windows color (decimal): -6025300 or 11276196. OLE color: 11276196.

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

Color convert

RGB 164 15 172 -
CMYK 0.05 0.91 0 0.33
HSL 296.94º 0.84% 0.37% -
HSV(B) 296.94º 0.91% 0.67% -
XYZ 22.93 11.21 39.99 -
YUV 77.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 164 15 172 0.05 0.91 0 0.33 296.94 0.84 0.37
Hex A4 F AC 5 5B 0 21 129 54 25
Octal 244 17 254 5 133 0 41 451 124 45
Binary 10100100 1111 10101100 101 1011011 0 100001 100101001 1010100 100101

Color Harmonies of #A40FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FAC

Black with #A40FAC

Text Example


Text Example

White with #A40FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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