Html Css Color HEX #A51E9A Dark Magenta

📋 copy color: '#A51E9A'

red 165 ◦ green 30 ◦ blue 154

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

Shades of Dark Magenta #A51E9A

Tints of Dark Magenta #A51E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 47.28%
G = 8.6%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A51E9A (or 0xA51E9A) is known color: Dark Magenta. HEX triplet: A5, 1E and 9A. RGB value is (165,30,154). Sum of RGB (Red+Green+Blue) = 165+30+154=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E9A is #5AE165. Grayscale: #545454. Windows color (decimal): -5955942 or 10100389. OLE color: 10100389.

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

Color convert

RGB 165 30 154 -
CMYK 0 0.82 0.07 0.35
HSL 304.89º 0.69% 0.38% -
HSV(B) 304.89º 0.82% 0.65% -
XYZ 21.81 11.26 31.6 -
YUV 84.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 165 30 154 0 0.82 0.07 0.35 304.89 0.69 0.38
Hex A5 1E 9A 0 52 7 23 131 45 26
Octal 245 36 232 0 122 7 43 461 105 46
Binary 10100101 11110 10011010 0 1010010 111 100011 100110001 1000101 100110

Color Harmonies of #A51E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E9A

Black with #A51E9A

Text Example


Text Example

White with #A51E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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