Html Css Color HEX #A901AB Dark Magenta

📋 copy color: '#A901AB'

red 169 ◦ green 1 ◦ blue 171

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

Shades of Dark Magenta #A901AB

Tints of Dark Magenta #A901AB

RGB

 RED value IS 169 (66.41% from 255) = 49.56%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 49.56%
G = 0.29%
B = 50.15%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A901AB (or 0xA901AB) is known color: Dark Magenta. HEX triplet: A9, 01 and AB. RGB value is (169,1,171). Sum of RGB (Red+Green+Blue) = 169+1+171=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #A901AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A901AB is #56FE54. Grayscale: #464646. Windows color (decimal): -5701205 or 11207081. OLE color: 11207081.

HSL color Cylindrical-coordinate representation of color #A901AB: hue angle of 299.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A901AB is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 1 171 -
CMYK 0.01 0.99 0 0.33
HSL 299.29º 0.99% 0.34% -
HSV(B) 299.29º 0.99% 0.67% -
XYZ 23.72 11.4 39.48 -
YUV 70.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 169 1 171 0.01 0.99 0 0.33 299.29 0.99 0.34
Hex A9 1 AB 1 63 0 21 12B 63 22
Octal 251 1 253 1 143 0 41 453 143 42
Binary 10101001 1 10101011 1 1100011 0 100001 100101011 1100011 100010

Color Harmonies of #A901AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901AB

Black with #A901AB

Text Example


Text Example

White with #A901AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901AB; }

 p { color: rgb(169,1,171); }

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

background-color css

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

 a { background-color: rgb(169,1,171); }

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

border-color css

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

 span { border-color: rgb(169,1,171); }

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