Html Css Color HEX #A014A5 Dark Magenta

📋 copy color: '#A014A5'

red 160 ◦ green 20 ◦ blue 165

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

Shades of Dark Magenta #A014A5

Tints of Dark Magenta #A014A5

RGB

 RED value IS 160 (62.89% from 255) = 46.38%

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

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

R = 46.38%
G = 5.8%
B = 47.83%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A014A5 (or 0xA014A5) is known color: Dark Magenta. HEX triplet: A0, 14 and A5. RGB value is (160,20,165). Sum of RGB (Red+Green+Blue) = 160+20+165=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #A014A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014A5 is #5FEB5A. Grayscale: #4D4D4D. Windows color (decimal): -6286171 or 10818720. OLE color: 10818720.

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

Color convert

RGB 160 20 165 -
CMYK 0.03 0.88 0 0.35
HSL 297.93º 0.78% 0.36% -
HSV(B) 297.93º 0.88% 0.65% -
XYZ 21.54 10.69 36.53 -
YUV 78.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 160 20 165 0.03 0.88 0 0.35 297.93 0.78 0.36
Hex A0 14 A5 3 58 0 23 12A 4E 24
Octal 240 24 245 3 130 0 43 452 116 44
Binary 10100000 10100 10100101 11 1011000 0 100011 100101010 1001110 100100

Color Harmonies of #A014A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014A5

Black with #A014A5

Text Example


Text Example

White with #A014A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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