Html Css Color HEX #A51CA1 Dark Magenta

📋 copy color: '#A51CA1'

red 165 ◦ green 28 ◦ blue 161

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

Shades of Dark Magenta #A51CA1

Tints of Dark Magenta #A51CA1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

 BLUE value IS 161 (63.28% from 255) = 45.48%

R = 46.61%
G = 7.91%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A51CA1 (or 0xA51CA1) is known color: Dark Magenta. HEX triplet: A5, 1C and A1. RGB value is (165,28,161). Sum of RGB (Red+Green+Blue) = 165+28+161=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A51CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51CA1 is #5AE35E. Grayscale: #535353. Windows color (decimal): -5956447 or 10558629. OLE color: 10558629.

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

Color convert

RGB 165 28 161 -
CMYK 0 0.83 0.02 0.35
HSL 301.75º 0.71% 0.38% -
HSV(B) 301.75º 0.83% 0.65% -
XYZ 22.37 11.4 34.74 -
YUV 84.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 165 28 161 0 0.83 0.02 0.35 301.75 0.71 0.38
Hex A5 1C A1 0 53 2 23 12E 47 26
Octal 245 34 241 0 123 2 43 456 107 46
Binary 10100101 11100 10100001 0 1010011 10 100011 100101110 1000111 100110

Color Harmonies of #A51CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CA1

Black with #A51CA1

Text Example


Text Example

White with #A51CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CA1; }

 p { color: rgb(165,28,161); }

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

background-color css

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

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

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

border-color css

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

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

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