Html Css Color HEX #A800AB Dark Magenta

📋 copy color: '#A800AB'

red 168 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #A800AB

Tints of Dark Magenta #A800AB

RGB

 RED value IS 168 (66.02% from 255) = 49.56%

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

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

R = 49.56%
G = 0%
B = 50.44%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A800AB (or 0xA800AB) is known color: Dark Magenta. HEX triplet: A8, 00 and AB. RGB value is (168,0,171). Sum of RGB (Red+Green+Blue) = 168+0+171=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #A800AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A800AB is #57FF54. Grayscale: #454545. Windows color (decimal): -5766997 or 11206824. OLE color: 11206824.

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

Color convert

RGB 168 0 171 -
CMYK 0.02 1 0 0.33
HSL 298.95º 1% 0.34% -
HSV(B) 298.95º 1% 0.67% -
XYZ 23.5 11.27 39.46 -
YUV 69.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 168 0 171 0.02 1 0 0.33 298.95 1 0.34
Hex A8 0 AB 2 64 0 21 12B 64 22
Octal 250 0 253 2 144 0 41 453 144 42
Binary 10101000 0 10101011 10 1100100 0 100001 100101011 1100100 100010

Color Harmonies of #A800AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800AB

Black with #A800AB

Text Example


Text Example

White with #A800AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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