Html Css Color HEX #A512A3 Dark Magenta

📋 copy color: '#A512A3'

red 165 ◦ green 18 ◦ blue 163

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

Shades of Dark Magenta #A512A3

Tints of Dark Magenta #A512A3

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

 BLUE value IS 163 (64.06% from 255) = 47.11%

R = 47.69%
G = 5.2%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A512A3 (or 0xA512A3) is known color: Dark Magenta. HEX triplet: A5, 12 and A3. RGB value is (165,18,163). Sum of RGB (Red+Green+Blue) = 165+18+163=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A512A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A512A3 is #5AED5C. Grayscale: #4E4E4E. Windows color (decimal): -5959005 or 10687141. OLE color: 10687141.

HSL color Cylindrical-coordinate representation of color #A512A3: hue angle of 300.82º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A512A3 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 163 -
CMYK 0 0.89 0.01 0.35
HSL 300.82º 0.8% 0.36% -
HSV(B) 300.82º 0.89% 0.65% -
XYZ 22.34 11.08 35.61 -
YUV 78.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 165 18 163 0 0.89 0.01 0.35 300.82 0.8 0.36
Hex A5 12 A3 0 59 1 23 12D 50 24
Octal 245 22 243 0 131 1 43 455 120 44
Binary 10100101 10010 10100011 0 1011001 1 100011 100101101 1010000 100100

Color Harmonies of #A512A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512A3

Black with #A512A3

Text Example


Text Example

White with #A512A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512A3; }

 p { color: rgb(165,18,163); }

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

background-color css

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

 a { background-color: rgb(165,18,163); }

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

border-color css

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

 span { border-color: rgb(165,18,163); }

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