Html Css Color HEX #A314AB Dark Magenta

📋 copy color: '#A314AB'

red 163 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #A314AB

Tints of Dark Magenta #A314AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 46.05%
G = 5.65%
B = 48.31%

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

#A314AB (or 0xA314AB) is known color: Dark Magenta. HEX triplet: A3, 14 and AB. RGB value is (163,20,171). Sum of RGB (Red+Green+Blue) = 163+20+171=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #A314AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A314AB is #5CEB54. Grayscale: #4F4F4F. Windows color (decimal): -6089557 or 11211939. OLE color: 11211939.

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

Color convert

RGB 163 20 171 -
CMYK 0.05 0.88 0 0.33
HSL 296.82º 0.79% 0.37% -
HSV(B) 296.82º 0.88% 0.67% -
XYZ 22.71 11.23 39.5 -
YUV 79.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 163 20 171 0.05 0.88 0 0.33 296.82 0.79 0.37
Hex A3 14 AB 5 58 0 21 129 4F 25
Octal 243 24 253 5 130 0 41 451 117 45
Binary 10100011 10100 10101011 101 1011000 0 100001 100101001 1001111 100101

Color Harmonies of #A314AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314AB

Black with #A314AB

Text Example


Text Example

White with #A314AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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