Html Css Color HEX #A513AC Dark Magenta

📋 copy color: '#A513AC'

red 165 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #A513AC

Tints of Dark Magenta #A513AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 46.35%
G = 5.34%
B = 48.31%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A513AC (or 0xA513AC) is known color: Dark Magenta. HEX triplet: A5, 13 and AC. RGB value is (165,19,172). Sum of RGB (Red+Green+Blue) = 165+19+172=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #A513AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513AC is #5AEC53. Grayscale: #4F4F4F. Windows color (decimal): -5958740 or 11277221. OLE color: 11277221.

HSL color Cylindrical-coordinate representation of color #A513AC: hue angle of 297.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A513AC is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 19 172 -
CMYK 0.04 0.89 0 0.33
HSL 297.25º 0.8% 0.37% -
HSV(B) 297.25º 0.89% 0.67% -
XYZ 23.2 11.44 40.02 -
YUV 80.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 165 19 172 0.04 0.89 0 0.33 297.25 0.8 0.37
Hex A5 13 AC 4 59 0 21 129 50 25
Octal 245 23 254 4 131 0 41 451 120 45
Binary 10100101 10011 10101100 100 1011001 0 100001 100101001 1010000 100101

Color Harmonies of #A513AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513AC

Black with #A513AC

Text Example


Text Example

White with #A513AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513AC; }

 p { color: rgb(165,19,172); }

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

background-color css

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

 a { background-color: rgb(165,19,172); }

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

border-color css

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

 span { border-color: rgb(165,19,172); }

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