Html Css Color HEX #A51195 Dark Magenta

📋 copy color: '#A51195'

red 165 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #A51195

Tints of Dark Magenta #A51195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 49.85%
G = 5.14%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A51195 (or 0xA51195) is known color: Dark Magenta. HEX triplet: A5, 11 and 95. RGB value is (165,17,149). Sum of RGB (Red+Green+Blue) = 165+17+149=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51195 is #5AEE6A. Grayscale: #4B4B4B. Windows color (decimal): -5959275 or 9769381. OLE color: 9769381.

HSL color Cylindrical-coordinate representation of color #A51195: hue angle of 306.49º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51195 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 149 -
CMYK 0 0.90 0.10 0.35
HSL 306.49º 0.81% 0.36% -
HSV(B) 306.49º 0.9% 0.65% -
XYZ 21.14 10.57 29.36 -
YUV 76.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 165 17 149 0 0.90 0.10 0.35 306.49 0.81 0.36
Hex A5 11 95 0 5A A 23 132 51 24
Octal 245 21 225 0 132 12 43 462 121 44
Binary 10100101 10001 10010101 0 1011010 1010 100011 100110010 1010001 100100

Color Harmonies of #A51195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51195

Black with #A51195

Text Example


Text Example

White with #A51195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51195; }

 p { color: rgb(165,17,149); }

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

background-color css

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

 a { background-color: rgb(165,17,149); }

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

border-color css

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

 span { border-color: rgb(165,17,149); }

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