Html Css Color HEX #A503AB Dark Magenta

📋 copy color: '#A503AB'

red 165 ◦ green 3 ◦ blue 171

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

Shades of Dark Magenta #A503AB

Tints of Dark Magenta #A503AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 48.67%
G = 0.88%
B = 50.44%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A503AB (or 0xA503AB) is known color: Dark Magenta. HEX triplet: A5, 03 and AB. RGB value is (165,3,171). Sum of RGB (Red+Green+Blue) = 165+3+171=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 3 (1.56% from 255 or 0.88% 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 #A503AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A503AB is #5AFC54. Grayscale: #464646. Windows color (decimal): -5962837 or 11207589. OLE color: 11207589.

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

Color convert

RGB 165 3 171 -
CMYK 0.04 0.98 0 0.33
HSL 297.86º 0.97% 0.34% -
HSV(B) 297.86º 0.98% 0.67% -
XYZ 22.9 11 39.45 -
YUV 70.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 165 3 171 0.04 0.98 0 0.33 297.86 0.97 0.34
Hex A5 3 AB 4 62 0 21 12A 61 22
Octal 245 3 253 4 142 0 41 452 141 42
Binary 10100101 11 10101011 100 1100010 0 100001 100101010 1100001 100010

Color Harmonies of #A503AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503AB

Black with #A503AB

Text Example


Text Example

White with #A503AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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