Html Css Color HEX #A512A2 Dark Magenta

📋 copy color: '#A512A2'

red 165 ◦ green 18 ◦ blue 162

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

Shades of Dark Magenta #A512A2

Tints of Dark Magenta #A512A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.96%

R = 47.83%
G = 5.22%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A512A2 (or 0xA512A2) is known color: Dark Magenta. HEX triplet: A5, 12 and A2. RGB value is (165,18,162). Sum of RGB (Red+Green+Blue) = 165+18+162=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A512A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A512A2 is #5AED5D. Grayscale: #4D4D4D. Windows color (decimal): -5959006 or 10621605. OLE color: 10621605.

HSL color Cylindrical-coordinate representation of color #A512A2: hue angle of 301.22º 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 #A512A2 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 162 -
CMYK 0 0.89 0.02 0.35
HSL 301.22º 0.8% 0.36% -
HSV(B) 301.22º 0.89% 0.65% -
XYZ 22.25 11.04 35.14 -
YUV 78.37 175.2 189.79 -
System Red Green Blue C M Y K H S L
Decimal 165 18 162 0 0.89 0.02 0.35 301.22 0.8 0.36
Hex A5 12 A2 0 59 2 23 12D 50 24
Octal 245 22 242 0 131 2 43 455 120 44
Binary 10100101 10010 10100010 0 1011001 10 100011 100101101 1010000 100100

Color Harmonies of #A512A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512A2

Black with #A512A2

Text Example


Text Example

White with #A512A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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