Html Css Color HEX #A413AB Dark Magenta

📋 copy color: '#A413AB'

red 164 ◦ green 19 ◦ blue 171

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

Shades of Dark Magenta #A413AB

Tints of Dark Magenta #A413AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 46.33%
G = 5.37%
B = 48.31%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A413AB (or 0xA413AB) is known color: Dark Magenta. HEX triplet: A4, 13 and AB. RGB value is (164,19,171). Sum of RGB (Red+Green+Blue) = 164+19+171=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #A413AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A413AB is #5BEC54. Grayscale: #4F4F4F. Windows color (decimal): -6024277 or 11211684. OLE color: 11211684.

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

Color convert

RGB 164 19 171 -
CMYK 0.04 0.89 0 0.33
HSL 297.24º 0.8% 0.37% -
HSV(B) 297.24º 0.89% 0.67% -
XYZ 22.89 11.3 39.5 -
YUV 79.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 164 19 171 0.04 0.89 0 0.33 297.24 0.8 0.37
Hex A4 13 AB 4 59 0 21 129 50 25
Octal 244 23 253 4 131 0 41 451 120 45
Binary 10100100 10011 10101011 100 1011001 0 100001 100101001 1010000 100101

Color Harmonies of #A413AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413AB

Black with #A413AB

Text Example


Text Example

White with #A413AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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