Html Css Color HEX #A51998 Dark Magenta

📋 copy color: '#A51998'

red 165 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #A51998

Tints of Dark Magenta #A51998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 48.25%
G = 7.31%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A51998 (or 0xA51998) is known color: Dark Magenta. HEX triplet: A5, 19 and 98. RGB value is (165,25,152). Sum of RGB (Red+Green+Blue) = 165+25+152=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A51998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51998 is #5AE667. Grayscale: #505050. Windows color (decimal): -5957224 or 9968037. OLE color: 9968037.

HSL color Cylindrical-coordinate representation of color #A51998: hue angle of 305.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51998 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 152 -
CMYK 0 0.85 0.08 0.35
HSL 305.57º 0.74% 0.37% -
HSV(B) 305.57º 0.85% 0.65% -
XYZ 21.53 10.96 30.69 -
YUV 81.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 165 25 152 0 0.85 0.08 0.35 305.57 0.74 0.37
Hex A5 19 98 0 55 8 23 132 4A 25
Octal 245 31 230 0 125 10 43 462 112 45
Binary 10100101 11001 10011000 0 1010101 1000 100011 100110010 1001010 100101

Color Harmonies of #A51998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51998

Black with #A51998

Text Example


Text Example

White with #A51998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51998; }

 p { color: rgb(165,25,152); }

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

background-color css

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

 a { background-color: rgb(165,25,152); }

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

border-color css

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

 span { border-color: rgb(165,25,152); }

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