Html Css Color HEX #A516A9 Dark Magenta

📋 copy color: '#A516A9'

red 165 ◦ green 22 ◦ blue 169

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

Shades of Dark Magenta #A516A9

Tints of Dark Magenta #A516A9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

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

R = 46.35%
G = 6.18%
B = 47.47%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A516A9 (or 0xA516A9) is known color: Dark Magenta. HEX triplet: A5, 16 and A9. RGB value is (165,22,169). Sum of RGB (Red+Green+Blue) = 165+22+169=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #A516A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A516A9 is #5AE956. Grayscale: #515151. Windows color (decimal): -5957975 or 11081381. OLE color: 11081381.

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

Color convert

RGB 165 22 169 -
CMYK 0.02 0.87 0 0.34
HSL 298.37º 0.77% 0.37% -
HSV(B) 298.37º 0.87% 0.66% -
XYZ 22.97 11.44 38.53 -
YUV 81.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 165 22 169 0.02 0.87 0 0.34 298.37 0.77 0.37
Hex A5 16 A9 2 57 0 22 12A 4D 25
Octal 245 26 251 2 127 0 42 452 115 45
Binary 10100101 10110 10101001 10 1010111 0 100010 100101010 1001101 100101

Color Harmonies of #A516A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516A9

Black with #A516A9

Text Example


Text Example

White with #A516A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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