Html Css Color HEX #A000AB Dark Magenta

📋 copy color: '#A000AB'

red 160 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #A000AB

Tints of Dark Magenta #A000AB

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

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

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

R = 48.34%
G = 0%
B = 51.66%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A000AB (or 0xA000AB) is known color: Dark Magenta. HEX triplet: A0, 00 and AB. RGB value is (160,0,171). Sum of RGB (Red+Green+Blue) = 160+0+171=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #A000AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000AB is #5FFF54. Grayscale: #424242. Windows color (decimal): -6291285 or 11206816. OLE color: 11206816.

HSL color Cylindrical-coordinate representation of color #A000AB: hue angle of 296.14º 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 #A000AB is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 0 171 -
CMYK 0.06 1 0 0.33
HSL 296.14º 1% 0.34% -
HSV(B) 296.14º 1% 0.67% -
XYZ 21.85 10.41 39.39 -
YUV 67.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 160 0 171 0.06 1 0 0.33 296.14 1 0.34
Hex A0 0 AB 6 64 0 21 128 64 22
Octal 240 0 253 6 144 0 41 450 144 42
Binary 10100000 0 10101011 110 1100100 0 100001 100101000 1100100 100010

Color Harmonies of #A000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000AB

Black with #A000AB

Text Example


Text Example

White with #A000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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