Html Css Color HEX #A3318B Medium Red Violet

📋 copy color: '#A3318B'

red 163 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #A3318B

Tints of Medium Red Violet #A3318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 46.44%
G = 13.96%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3318B (or 0xA3318B) is known color: Medium Red Violet. HEX triplet: A3, 31 and 8B. RGB value is (163,49,139). Sum of RGB (Red+Green+Blue) = 163+49+139=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3318B is #5CCE74. Grayscale: #5D5D5D. Windows color (decimal): -6082165 or 9122211. OLE color: 9122211.

HSL color Cylindrical-coordinate representation of color #A3318B: hue angle of 312.63º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3318B is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 139 -
CMYK 0 0.70 0.15 0.36
HSL 312.63º 0.54% 0.42% -
HSV(B) 312.63º 0.7% 0.64% -
XYZ 20.86 11.85 25.61 -
YUV 93.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 163 49 139 0 0.70 0.15 0.36 312.63 0.54 0.42
Hex A3 31 8B 0 46 F 24 139 36 2A
Octal 243 61 213 0 106 17 44 471 66 52
Binary 10100011 110001 10001011 0 1000110 1111 100100 100111001 110110 101010

Color Harmonies of #A3318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3318B

Black with #A3318B

Text Example


Text Example

White with #A3318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3318B; }

 p { color: rgb(163,49,139); }

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

background-color css

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

 a { background-color: rgb(163,49,139); }

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

border-color css

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

 span { border-color: rgb(163,49,139); }

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