Html Css Color HEX #A900AB Dark Magenta

📋 copy color: '#A900AB'

red 169 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #A900AB

Tints of Dark Magenta #A900AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.71%
G = 0%
B = 50.29%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A900AB (or 0xA900AB) is known color: Dark Magenta. HEX triplet: A9, 00 and AB. RGB value is (169,0,171). Sum of RGB (Red+Green+Blue) = 169+0+171=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #A900AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A900AB is #56FF54. Grayscale: #454545. Windows color (decimal): -5701461 or 11206825. OLE color: 11206825.

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

Color convert

RGB 169 0 171 -
CMYK 0.01 1 0 0.33
HSL 299.3º 1% 0.34% -
HSV(B) 299.3º 1% 0.67% -
XYZ 23.71 11.38 39.47 -
YUV 70.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 169 0 171 0.01 1 0 0.33 299.3 1 0.34
Hex A9 0 AB 1 64 0 21 12B 64 22
Octal 251 0 253 1 144 0 41 453 144 42
Binary 10101001 0 10101011 1 1100100 0 100001 100101011 1100100 100010

Color Harmonies of #A900AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900AB

Black with #A900AB

Text Example


Text Example

White with #A900AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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