Html Css Color HEX #A514A1 Dark Magenta

📋 copy color: '#A514A1'

red 165 ◦ green 20 ◦ blue 161

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

Shades of Dark Magenta #A514A1

Tints of Dark Magenta #A514A1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 47.69%
G = 5.78%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A514A1 (or 0xA514A1) is known color: Dark Magenta. HEX triplet: A5, 14 and A1. RGB value is (165,20,161). Sum of RGB (Red+Green+Blue) = 165+20+161=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A514A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514A1 is #5AEB5E. Grayscale: #4F4F4F. Windows color (decimal): -5958495 or 10556581. OLE color: 10556581.

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

Color convert

RGB 165 20 161 -
CMYK 0 0.88 0.02 0.35
HSL 301.66º 0.78% 0.36% -
HSV(B) 301.66º 0.88% 0.65% -
XYZ 22.2 11.07 34.69 -
YUV 79.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 165 20 161 0 0.88 0.02 0.35 301.66 0.78 0.36
Hex A5 14 A1 0 58 2 23 12E 4E 24
Octal 245 24 241 0 130 2 43 456 116 44
Binary 10100101 10100 10100001 0 1011000 10 100011 100101110 1001110 100100

Color Harmonies of #A514A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514A1

Black with #A514A1

Text Example


Text Example

White with #A514A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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