Html Css Color HEX #A314AC Dark Magenta

📋 copy color: '#A314AC'

red 163 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #A314AC

Tints of Dark Magenta #A314AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 45.92%
G = 5.63%
B = 48.45%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A314AC (or 0xA314AC) is known color: Dark Magenta. HEX triplet: A3, 14 and AC. RGB value is (163,20,172). Sum of RGB (Red+Green+Blue) = 163+20+172=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A314AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A314AC is #5CEB53. Grayscale: #4F4F4F. Windows color (decimal): -6089556 or 11277475. OLE color: 11277475.

HSL color Cylindrical-coordinate representation of color #A314AC: hue angle of 296.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A314AC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 20 172 -
CMYK 0.05 0.88 0 0.33
HSL 296.45º 0.79% 0.38% -
HSV(B) 296.45º 0.88% 0.67% -
XYZ 22.8 11.27 40 -
YUV 80.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 163 20 172 0.05 0.88 0 0.33 296.45 0.79 0.38
Hex A3 14 AC 5 58 0 21 128 4F 26
Octal 243 24 254 5 130 0 41 450 117 46
Binary 10100011 10100 10101100 101 1011000 0 100001 100101000 1001111 100110

Color Harmonies of #A314AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314AC

Black with #A314AC

Text Example


Text Example

White with #A314AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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