Html Css Color HEX #A51F9B Dark Magenta

📋 copy color: '#A51F9B'

red 165 ◦ green 31 ◦ blue 155

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

Shades of Dark Magenta #A51F9B

Tints of Dark Magenta #A51F9B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.83%

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 47.01%
G = 8.83%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A51F9B (or 0xA51F9B) is known color: Dark Magenta. HEX triplet: A5, 1F and 9B. RGB value is (165,31,155). Sum of RGB (Red+Green+Blue) = 165+31+155=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F9B is #5AE064. Grayscale: #545454. Windows color (decimal): -5955685 or 10166181. OLE color: 10166181.

HSL color Cylindrical-coordinate representation of color #A51F9B: hue angle of 304.48º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A51F9B is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 31 155 -
CMYK 0 0.81 0.06 0.35
HSL 304.48º 0.68% 0.38% -
HSV(B) 304.48º 0.81% 0.65% -
XYZ 21.92 11.35 32.04 -
YUV 85.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 165 31 155 0 0.81 0.06 0.35 304.48 0.68 0.38
Hex A5 1F 9B 0 51 6 23 130 44 26
Octal 245 37 233 0 121 6 43 460 104 46
Binary 10100101 11111 10011011 0 1010001 110 100011 100110000 1000100 100110

Color Harmonies of #A51F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F9B

Black with #A51F9B

Text Example


Text Example

White with #A51F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F9B; }

 p { color: rgb(165,31,155); }

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

background-color css

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

 a { background-color: rgb(165,31,155); }

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

border-color css

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

 span { border-color: rgb(165,31,155); }

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