Html Css Color HEX #A51899 Dark Magenta

📋 copy color: '#A51899'

red 165 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #A51899

Tints of Dark Magenta #A51899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 48.25%
G = 7.02%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A51899 (or 0xA51899) is known color: Dark Magenta. HEX triplet: A5, 18 and 99. RGB value is (165,24,153). Sum of RGB (Red+Green+Blue) = 165+24+153=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A51899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51899 is #5AE766. Grayscale: #505050. Windows color (decimal): -5957479 or 10033317. OLE color: 10033317.

HSL color Cylindrical-coordinate representation of color #A51899: hue angle of 305.11º degrees, saturation: 0.75, 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 #A51899 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 24 153 -
CMYK 0 0.85 0.07 0.35
HSL 305.11º 0.75% 0.37% -
HSV(B) 305.11º 0.85% 0.65% -
XYZ 21.59 10.95 31.11 -
YUV 80.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 165 24 153 0 0.85 0.07 0.35 305.11 0.75 0.37
Hex A5 18 99 0 55 7 23 131 4B 25
Octal 245 30 231 0 125 7 43 461 113 45
Binary 10100101 11000 10011001 0 1010101 111 100011 100110001 1001011 100101

Color Harmonies of #A51899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51899

Black with #A51899

Text Example


Text Example

White with #A51899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51899; }

 p { color: rgb(165,24,153); }

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

background-color css

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

 a { background-color: rgb(165,24,153); }

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

border-color css

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

 span { border-color: rgb(165,24,153); }

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