Html Css Color HEX #A500AB Dark Magenta

📋 copy color: '#A500AB'

red 165 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #A500AB

Tints of Dark Magenta #A500AB

RGB

 RED value IS 165 (64.84% from 255) = 49.11%

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

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

R = 49.11%
G = 0%
B = 50.89%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A500AB (or 0xA500AB) is known color: Dark Magenta. HEX triplet: A5, 00 and AB. RGB value is (165,0,171). Sum of RGB (Red+Green+Blue) = 165+0+171=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #A500AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A500AB is #5AFF54. Grayscale: #444444. Windows color (decimal): -5963605 or 11206821. OLE color: 11206821.

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

Color convert

RGB 165 0 171 -
CMYK 0.04 1 0 0.33
HSL 297.89º 1% 0.34% -
HSV(B) 297.89º 1% 0.67% -
XYZ 22.87 10.94 39.43 -
YUV 68.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 165 0 171 0.04 1 0 0.33 297.89 1 0.34
Hex A5 0 AB 4 64 0 21 12A 64 22
Octal 245 0 253 4 144 0 41 452 144 42
Binary 10100101 0 10101011 100 1100100 0 100001 100101010 1100100 100010

Color Harmonies of #A500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500AB

Black with #A500AB

Text Example


Text Example

White with #A500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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