Html Css Color HEX #A505A9 Dark Magenta

📋 copy color: '#A505A9'

red 165 ◦ green 5 ◦ blue 169

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

Shades of Dark Magenta #A505A9

Tints of Dark Magenta #A505A9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 169 (66.41% from 255) = 49.85%

R = 48.67%
G = 1.47%
B = 49.85%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A505A9 (or 0xA505A9) is known color: Dark Magenta. HEX triplet: A5, 05 and A9. RGB value is (165,5,169). Sum of RGB (Red+Green+Blue) = 165+5+169=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #A505A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505A9 is #5AFA56. Grayscale: #474747. Windows color (decimal): -5962327 or 11077029. OLE color: 11077029.

HSL color Cylindrical-coordinate representation of color #A505A9: hue angle of 298.54º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A505A9 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 5 169 -
CMYK 0.02 0.97 0 0.34
HSL 298.54º 0.94% 0.34% -
HSV(B) 298.54º 0.97% 0.66% -
XYZ 22.73 10.97 38.46 -
YUV 71.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 165 5 169 0.02 0.97 0 0.34 298.54 0.94 0.34
Hex A5 5 A9 2 61 0 22 12B 5E 22
Octal 245 5 251 2 141 0 42 453 136 42
Binary 10100101 101 10101001 10 1100001 0 100010 100101011 1011110 100010

Color Harmonies of #A505A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505A9

Black with #A505A9

Text Example


Text Example

White with #A505A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505A9; }

 p { color: rgb(165,5,169); }

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

background-color css

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

 a { background-color: rgb(165,5,169); }

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

border-color css

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

 span { border-color: rgb(165,5,169); }

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