Html Css Color HEX #A51E9F Dark Magenta

📋 copy color: '#A51E9F'

red 165 ◦ green 30 ◦ blue 159

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

Shades of Dark Magenta #A51E9F

Tints of Dark Magenta #A51E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 46.61%
G = 8.47%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A51E9F (or 0xA51E9F) is known color: Dark Magenta. HEX triplet: A5, 1E and 9F. RGB value is (165,30,159). Sum of RGB (Red+Green+Blue) = 165+30+159=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E9F is #5AE160. Grayscale: #545454. Windows color (decimal): -5955937 or 10428069. OLE color: 10428069.

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

Color convert

RGB 165 30 159 -
CMYK 0 0.82 0.04 0.35
HSL 302.67º 0.69% 0.38% -
HSV(B) 302.67º 0.82% 0.65% -
XYZ 22.24 11.43 33.84 -
YUV 85.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 165 30 159 0 0.82 0.04 0.35 302.67 0.69 0.38
Hex A5 1E 9F 0 52 4 23 12F 45 26
Octal 245 36 237 0 122 4 43 457 105 46
Binary 10100101 11110 10011111 0 1010010 100 100011 100101111 1000101 100110

Color Harmonies of #A51E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E9F

Black with #A51E9F

Text Example


Text Example

White with #A51E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E9F; }

 p { color: rgb(165,30,159); }

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

background-color css

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

 a { background-color: rgb(165,30,159); }

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

border-color css

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

 span { border-color: rgb(165,30,159); }

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