Html Css Color HEX #A40FAB Dark Magenta

📋 copy color: '#A40FAB'

red 164 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #A40FAB

Tints of Dark Magenta #A40FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 46.86%
G = 4.29%
B = 48.86%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40FAB (or 0xA40FAB) is known color: Dark Magenta. HEX triplet: A4, 0F and AB. RGB value is (164,15,171). Sum of RGB (Red+Green+Blue) = 164+15+171=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A40FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FAB is #5BF054. Grayscale: #4C4C4C. Windows color (decimal): -6025301 or 11210660. OLE color: 11210660.

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

Color convert

RGB 164 15 171 -
CMYK 0.04 0.91 0 0.33
HSL 297.31º 0.84% 0.36% -
HSV(B) 297.31º 0.91% 0.67% -
XYZ 22.83 11.17 39.48 -
YUV 77.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 164 15 171 0.04 0.91 0 0.33 297.31 0.84 0.36
Hex A4 F AB 4 5B 0 21 129 54 24
Octal 244 17 253 4 133 0 41 451 124 44
Binary 10100100 1111 10101011 100 1011011 0 100001 100101001 1010100 100100

Color Harmonies of #A40FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FAB

Black with #A40FAB

Text Example


Text Example

White with #A40FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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