Html Css Color HEX #A5739F Violet Blue

📋 copy color: '#A5739F'

red 165 ◦ green 115 ◦ blue 159

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

Shades of Violet Blue #A5739F

Tints of Violet Blue #A5739F

RGB

 RED value IS 165 (64.84% from 255) = 37.59%

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

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 37.59%
G = 26.2%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5739F (or 0xA5739F) is known color: Violet Blue. HEX triplet: A5, 73 and 9F. RGB value is (165,115,159). Sum of RGB (Red+Green+Blue) = 165+115+159=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5739F is #5A8C60. Grayscale: #868686. Windows color (decimal): -5934177 or 10449829. OLE color: 10449829.

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

Color convert

RGB 165 115 159 -
CMYK 0 0.30 0.04 0.35
HSL 307.2º 0.22% 0.55% -
HSV(B) 307.2º 0.3% 0.65% -
XYZ 27.91 22.76 35.72 -
YUV 134.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 165 115 159 0 0.30 0.04 0.35 307.2 0.22 0.55
Hex A5 73 9F 0 1E 4 23 133 16 37
Octal 245 163 237 0 36 4 43 463 26 67
Binary 10100101 1110011 10011111 0 11110 100 100011 100110011 10110 110111

Color Harmonies of #A5739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5739F

Black with #A5739F

Text Example


Text Example

White with #A5739F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5739F; }

 p { color: rgb(165,115,159); }

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

background-color css

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

 a { background-color: rgb(165,115,159); }

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

border-color css

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

 span { border-color: rgb(165,115,159); }

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