Html Css Color HEX #A51EA5 Dark Magenta

📋 copy color: '#A51EA5'

red 165 ◦ green 30 ◦ blue 165

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

Shades of Dark Magenta #A51EA5

Tints of Dark Magenta #A51EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.83%

R = 45.83%
G = 8.33%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A51EA5 (or 0xA51EA5) is known color: Dark Magenta. HEX triplet: A5, 1E and A5. RGB value is (165,30,165). Sum of RGB (Red+Green+Blue) = 165+30+165=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A51EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51EA5 is #5AE15A. Grayscale: #555555. Windows color (decimal): -5955931 or 10821285. OLE color: 10821285.

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

Color convert

RGB 165 30 165 -
CMYK 0 0.82 0 0.35
HSL 300º 0.69% 0.38% -
HSV(B) 300º 0.82% 0.65% -
XYZ 22.77 11.64 36.64 -
YUV 85.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 165 30 165 0 0.82 0 0.35 300 0.69 0.38
Hex A5 1E A5 0 52 0 23 12C 45 26
Octal 245 36 245 0 122 0 43 454 105 46
Binary 10100101 11110 10100101 0 1010010 0 100011 100101100 1000101 100110

Color Harmonies of #A51EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EA5

Black with #A51EA5

Text Example


Text Example

White with #A51EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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