Html Css Color HEX #A314A9 Dark Magenta

📋 copy color: '#A314A9'

red 163 ◦ green 20 ◦ blue 169

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

Shades of Dark Magenta #A314A9

Tints of Dark Magenta #A314A9

RGB

 RED value IS 163 (64.06% from 255) = 46.31%

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

 BLUE value IS 169 (66.41% from 255) = 48.01%

R = 46.31%
G = 5.68%
B = 48.01%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A314A9 (or 0xA314A9) is known color: Dark Magenta. HEX triplet: A3, 14 and A9. RGB value is (163,20,169). Sum of RGB (Red+Green+Blue) = 163+20+169=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #A314A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A314A9 is #5CEB56. Grayscale: #4F4F4F. Windows color (decimal): -6089559 or 11080867. OLE color: 11080867.

HSL color Cylindrical-coordinate representation of color #A314A9: hue angle of 297.58º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A314A9 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 20 169 -
CMYK 0.04 0.88 0 0.34
HSL 297.58º 0.79% 0.37% -
HSV(B) 297.58º 0.88% 0.66% -
XYZ 22.52 11.15 38.5 -
YUV 79.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 163 20 169 0.04 0.88 0 0.34 297.58 0.79 0.37
Hex A3 14 A9 4 58 0 22 12A 4F 25
Octal 243 24 251 4 130 0 42 452 117 45
Binary 10100011 10100 10101001 100 1011000 0 100010 100101010 1001111 100101

Color Harmonies of #A314A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314A9

Black with #A314A9

Text Example


Text Example

White with #A314A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314A9; }

 p { color: rgb(163,20,169); }

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

background-color css

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

 a { background-color: rgb(163,20,169); }

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

border-color css

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

 span { border-color: rgb(163,20,169); }

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