Html Css Color HEX #A5739E Violet Blue

📋 copy color: '#A5739E'

red 165 ◦ green 115 ◦ blue 158

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

Shades of Violet Blue #A5739E

Tints of Violet Blue #A5739E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 37.67%
G = 26.26%
B = 36.07%

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

#A5739E (or 0xA5739E) is known color: Violet Blue. HEX triplet: A5, 73 and 9E. RGB value is (165,115,158). Sum of RGB (Red+Green+Blue) = 165+115+158=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5739E is #5A8C61. Grayscale: #868686. Windows color (decimal): -5934178 or 10384293. OLE color: 10384293.

HSL color Cylindrical-coordinate representation of color #A5739E: hue angle of 308.4º 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 #A5739E is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 158 -
CMYK 0 0.30 0.04 0.35
HSL 308.4º 0.22% 0.55% -
HSV(B) 308.4º 0.3% 0.65% -
XYZ 27.82 22.73 35.27 -
YUV 134.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 165 115 158 0 0.30 0.04 0.35 308.4 0.22 0.55
Hex A5 73 9E 0 1E 4 23 134 16 37
Octal 245 163 236 0 36 4 43 464 26 67
Binary 10100101 1110011 10011110 0 11110 100 100011 100110100 10110 110111

Color Harmonies of #A5739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5739E

Black with #A5739E

Text Example


Text Example

White with #A5739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5739E; }

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

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

background-color css

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

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

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

border-color css

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

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

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