Html Css Color HEX #A503AD Dark Magenta

📋 copy color: '#A503AD'

red 165 ◦ green 3 ◦ blue 173

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

Shades of Dark Magenta #A503AD

Tints of Dark Magenta #A503AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 48.39%
G = 0.88%
B = 50.73%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A503AD (or 0xA503AD) is known color: Dark Magenta. HEX triplet: A5, 03 and AD. RGB value is (165,3,173). Sum of RGB (Red+Green+Blue) = 165+3+173=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #A503AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A503AD is #5AFC52. Grayscale: #464646. Windows color (decimal): -5962835 or 11338661. OLE color: 11338661.

HSL color Cylindrical-coordinate representation of color #A503AD: hue angle of 297.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503AD is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 3 173 -
CMYK 0.05 0.98 0 0.32
HSL 297.18º 0.97% 0.35% -
HSV(B) 297.18º 0.98% 0.68% -
XYZ 23.09 11.08 40.46 -
YUV 70.82 185.67 195.18 -
System Red Green Blue C M Y K H S L
Decimal 165 3 173 0.05 0.98 0 0.32 297.18 0.97 0.35
Hex A5 3 AD 5 62 0 20 129 61 23
Octal 245 3 255 5 142 0 40 451 141 43
Binary 10100101 11 10101101 101 1100010 0 100000 100101001 1100001 100011

Color Harmonies of #A503AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503AD

Black with #A503AD

Text Example


Text Example

White with #A503AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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