Html Css Color HEX #A504A0 Dark Magenta

📋 copy color: '#A504A0'

red 165 ◦ green 4 ◦ blue 160

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

Shades of Dark Magenta #A504A0

Tints of Dark Magenta #A504A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 48.63%

R = 50.15%
G = 1.22%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A504A0 (or 0xA504A0) is known color: Dark Magenta. HEX triplet: A5, 04 and A0. RGB value is (165,4,160). Sum of RGB (Red+Green+Blue) = 165+4+160=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 160 (62.89% from 255 or 48.63% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A504A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A504A0 is #5AFB5F. Grayscale: #454545. Windows color (decimal): -5962592 or 10486949. OLE color: 10486949.

HSL color Cylindrical-coordinate representation of color #A504A0: hue angle of 301.86º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504A0 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 4 160 -
CMYK 0 0.98 0.03 0.35
HSL 301.86º 0.95% 0.33% -
HSV(B) 301.86º 0.98% 0.65% -
XYZ 21.91 10.62 34.15 -
YUV 69.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 165 4 160 0 0.98 0.03 0.35 301.86 0.95 0.33
Hex A5 4 A0 0 62 3 23 12E 5F 21
Octal 245 4 240 0 142 3 43 456 137 41
Binary 10100101 100 10100000 0 1100010 11 100011 100101110 1011111 100001

Color Harmonies of #A504A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504A0

Black with #A504A0

Text Example


Text Example

White with #A504A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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