Html Css Color HEX #A414AB Dark Magenta

📋 copy color: '#A414AB'

red 164 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #A414AB

Tints of Dark Magenta #A414AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 46.2%
G = 5.63%
B = 48.17%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A414AB (or 0xA414AB) is known color: Dark Magenta. HEX triplet: A4, 14 and AB. RGB value is (164,20,171). Sum of RGB (Red+Green+Blue) = 164+20+171=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #A414AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A414AB is #5BEB54. Grayscale: #4F4F4F. Windows color (decimal): -6024021 or 11211940. OLE color: 11211940.

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

Color convert

RGB 164 20 171 -
CMYK 0.04 0.88 0 0.33
HSL 297.22º 0.79% 0.37% -
HSV(B) 297.22º 0.88% 0.67% -
XYZ 22.91 11.33 39.51 -
YUV 80.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 164 20 171 0.04 0.88 0 0.33 297.22 0.79 0.37
Hex A4 14 AB 4 58 0 21 129 4F 25
Octal 244 24 253 4 130 0 41 451 117 45
Binary 10100100 10100 10101011 100 1011000 0 100001 100101001 1001111 100101

Color Harmonies of #A414AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414AB

Black with #A414AB

Text Example


Text Example

White with #A414AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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