Html Css Color HEX #A417AB Dark Magenta

📋 copy color: '#A417AB'

red 164 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #A417AB

Tints of Dark Magenta #A417AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

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

R = 45.81%
G = 6.42%
B = 47.77%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A417AB (or 0xA417AB) is known color: Dark Magenta. HEX triplet: A4, 17 and AB. RGB value is (164,23,171). Sum of RGB (Red+Green+Blue) = 164+23+171=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #A417AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417AB is #5BE854. Grayscale: #515151. Windows color (decimal): -6023253 or 11212708. OLE color: 11212708.

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

Color convert

RGB 164 23 171 -
CMYK 0.04 0.87 0 0.33
HSL 297.16º 0.76% 0.38% -
HSV(B) 297.16º 0.87% 0.67% -
XYZ 22.97 11.45 39.53 -
YUV 82.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 164 23 171 0.04 0.87 0 0.33 297.16 0.76 0.38
Hex A4 17 AB 4 57 0 21 129 4C 26
Octal 244 27 253 4 127 0 41 451 114 46
Binary 10100100 10111 10101011 100 1010111 0 100001 100101001 1001100 100110

Color Harmonies of #A417AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417AB

Black with #A417AB

Text Example


Text Example

White with #A417AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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