Html Css Color HEX #A504AD Dark Magenta

📋 copy color: '#A504AD'

red 165 ◦ green 4 ◦ blue 173

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

Shades of Dark Magenta #A504AD

Tints of Dark Magenta #A504AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 48.25%
G = 1.17%
B = 50.58%

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

#A504AD (or 0xA504AD) is known color: Dark Magenta. HEX triplet: A5, 04 and AD. RGB value is (165,4,173). Sum of RGB (Red+Green+Blue) = 165+4+173=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #A504AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A504AD is #5AFB52. Grayscale: #464646. Windows color (decimal): -5962579 or 11338917. OLE color: 11338917.

HSL color Cylindrical-coordinate representation of color #A504AD: hue angle of 297.16º degrees, saturation: 0.95, 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 #A504AD is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 4 173 -
CMYK 0.05 0.98 0 0.32
HSL 297.16º 0.95% 0.35% -
HSV(B) 297.16º 0.98% 0.68% -
XYZ 23.1 11.1 40.46 -
YUV 71.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 165 4 173 0.05 0.98 0 0.32 297.16 0.95 0.35
Hex A5 4 AD 5 62 0 20 129 5F 23
Octal 245 4 255 5 142 0 40 451 137 43
Binary 10100101 100 10101101 101 1100010 0 100000 100101001 1011111 100011

Color Harmonies of #A504AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504AD

Black with #A504AD

Text Example


Text Example

White with #A504AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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