Html Css Color HEX #A3719D Violet Blue

📋 copy color: '#A3719D'

red 163 ◦ green 113 ◦ blue 157

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

Shades of Violet Blue #A3719D

Tints of Violet Blue #A3719D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 37.64%
G = 26.1%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3719D (or 0xA3719D) is known color: Violet Blue. HEX triplet: A3, 71 and 9D. RGB value is (163,113,157). Sum of RGB (Red+Green+Blue) = 163+113+157=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3719D is #5C8E62. Grayscale: #848484. Windows color (decimal): -6065763 or 10318243. OLE color: 10318243.

HSL color Cylindrical-coordinate representation of color #A3719D: hue angle of 307.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3719D is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 157 -
CMYK 0 0.31 0.04 0.36
HSL 307.2º 0.21% 0.54% -
HSV(B) 307.2º 0.31% 0.64% -
XYZ 27.1 22.03 34.72 -
YUV 132.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 163 113 157 0 0.31 0.04 0.36 307.2 0.21 0.54
Hex A3 71 9D 0 1F 4 24 133 15 36
Octal 243 161 235 0 37 4 44 463 25 66
Binary 10100011 1110001 10011101 0 11111 100 100100 100110011 10101 110110

Color Harmonies of #A3719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3719D

Black with #A3719D

Text Example


Text Example

White with #A3719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3719D; }

 p { color: rgb(163,113,157); }

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

background-color css

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

 a { background-color: rgb(163,113,157); }

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

border-color css

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

 span { border-color: rgb(163,113,157); }

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