Html Css Color HEX #A51498 Dark Magenta

📋 copy color: '#A51498'

red 165 ◦ green 20 ◦ blue 152

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

Shades of Dark Magenta #A51498

Tints of Dark Magenta #A51498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 48.96%
G = 5.93%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A51498 (or 0xA51498) is known color: Dark Magenta. HEX triplet: A5, 14 and 98. RGB value is (165,20,152). Sum of RGB (Red+Green+Blue) = 165+20+152=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A51498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51498 is #5AEB67. Grayscale: #4E4E4E. Windows color (decimal): -5958504 or 9966757. OLE color: 9966757.

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

Color convert

RGB 165 20 152 -
CMYK 0 0.88 0.08 0.35
HSL 305.38º 0.78% 0.36% -
HSV(B) 305.38º 0.88% 0.65% -
XYZ 21.43 10.77 30.65 -
YUV 78.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 165 20 152 0 0.88 0.08 0.35 305.38 0.78 0.36
Hex A5 14 98 0 58 8 23 131 4E 24
Octal 245 24 230 0 130 10 43 461 116 44
Binary 10100101 10100 10011000 0 1011000 1000 100011 100110001 1001110 100100

Color Harmonies of #A51498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51498

Black with #A51498

Text Example


Text Example

White with #A51498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51498; }

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

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

background-color css

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

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

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

border-color css

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

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

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