Html Css Color HEX #A516AA Dark Magenta

📋 copy color: '#A516AA'

red 165 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #A516AA

Tints of Dark Magenta #A516AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 46.22%
G = 6.16%
B = 47.62%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A516AA (or 0xA516AA) is known color: Dark Magenta. HEX triplet: A5, 16 and AA. RGB value is (165,22,170). Sum of RGB (Red+Green+Blue) = 165+22+170=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #A516AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A516AA is #5AE955. Grayscale: #515151. Windows color (decimal): -5957974 or 11146917. OLE color: 11146917.

HSL color Cylindrical-coordinate representation of color #A516AA: hue angle of 297.97º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A516AA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 22 170 -
CMYK 0.03 0.87 0 0.33
HSL 297.97º 0.77% 0.38% -
HSV(B) 297.97º 0.87% 0.67% -
XYZ 23.06 11.48 39.03 -
YUV 81.63 177.88 187.47 -
System Red Green Blue C M Y K H S L
Decimal 165 22 170 0.03 0.87 0 0.33 297.97 0.77 0.38
Hex A5 16 AA 3 57 0 21 12A 4D 26
Octal 245 26 252 3 127 0 41 452 115 46
Binary 10100101 10110 10101010 11 1010111 0 100001 100101010 1001101 100110

Color Harmonies of #A516AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516AA

Black with #A516AA

Text Example


Text Example

White with #A516AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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