Html Css Color HEX #A912A3 Dark Magenta

📋 copy color: '#A912A3'

red 169 ◦ green 18 ◦ blue 163

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

Shades of Dark Magenta #A912A3

Tints of Dark Magenta #A912A3

RGB

 RED value IS 169 (66.41% from 255) = 48.29%

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

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

R = 48.29%
G = 5.14%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A912A3 (or 0xA912A3) is known color: Dark Magenta. HEX triplet: A9, 12 and A3. RGB value is (169,18,163). Sum of RGB (Red+Green+Blue) = 169+18+163=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A912A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A912A3 is #56ED5C. Grayscale: #4F4F4F. Windows color (decimal): -5696861 or 10687145. OLE color: 10687145.

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

Color convert

RGB 169 18 163 -
CMYK 0 0.89 0.04 0.34
HSL 302.38º 0.81% 0.37% -
HSV(B) 302.38º 0.89% 0.66% -
XYZ 23.19 11.51 35.65 -
YUV 79.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 169 18 163 0 0.89 0.04 0.34 302.38 0.81 0.37
Hex A9 12 A3 0 59 4 22 12E 51 25
Octal 251 22 243 0 131 4 42 456 121 45
Binary 10101001 10010 10100011 0 1011001 100 100010 100101110 1010001 100101

Color Harmonies of #A912A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A912A3

Black with #A912A3

Text Example


Text Example

White with #A912A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A912A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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