Html Css Color HEX #A40CAB Dark Magenta

📋 copy color: '#A40CAB'

red 164 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #A40CAB

Tints of Dark Magenta #A40CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.46%

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

R = 47.26%
G = 3.46%
B = 49.28%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40CAB (or 0xA40CAB) is known color: Dark Magenta. HEX triplet: A4, 0C and AB. RGB value is (164,12,171). Sum of RGB (Red+Green+Blue) = 164+12+171=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #A40CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40CAB is #5BF354. Grayscale: #4B4B4B. Windows color (decimal): -6026069 or 11209892. OLE color: 11209892.

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

Color convert

RGB 164 12 171 -
CMYK 0.04 0.93 0 0.33
HSL 297.36º 0.87% 0.36% -
HSV(B) 297.36º 0.93% 0.67% -
XYZ 22.79 11.1 39.47 -
YUV 75.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 164 12 171 0.04 0.93 0 0.33 297.36 0.87 0.36
Hex A4 C AB 4 5D 0 21 129 57 24
Octal 244 14 253 4 135 0 41 451 127 44
Binary 10100100 1100 10101011 100 1011101 0 100001 100101001 1010111 100100

Color Harmonies of #A40CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CAB

Black with #A40CAB

Text Example


Text Example

White with #A40CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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