Html Css Color HEX #A4739D Violet Blue

📋 copy color: '#A4739D'

red 164 ◦ green 115 ◦ blue 157

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

Shades of Violet Blue #A4739D

Tints of Violet Blue #A4739D

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 37.61%
G = 26.38%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4739D (or 0xA4739D) is known color: Violet Blue. HEX triplet: A4, 73 and 9D. RGB value is (164,115,157). Sum of RGB (Red+Green+Blue) = 164+115+157=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4739D is #5B8C62. Grayscale: #868686. Windows color (decimal): -5999715 or 10318756. OLE color: 10318756.

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

Color convert

RGB 164 115 157 -
CMYK 0 0.30 0.04 0.36
HSL 308.57º 0.21% 0.55% -
HSV(B) 308.57º 0.3% 0.64% -
XYZ 27.53 22.59 34.81 -
YUV 134.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 164 115 157 0 0.30 0.04 0.36 308.57 0.21 0.55
Hex A4 73 9D 0 1E 4 24 135 15 37
Octal 244 163 235 0 36 4 44 465 25 67
Binary 10100100 1110011 10011101 0 11110 100 100100 100110101 10101 110111

Color Harmonies of #A4739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4739D

Black with #A4739D

Text Example


Text Example

White with #A4739D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4739D; }

 p { color: rgb(164,115,157); }

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

background-color css

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

 a { background-color: rgb(164,115,157); }

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

border-color css

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

 span { border-color: rgb(164,115,157); }

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