Html Css Color HEX #A5739D Bouquet

📋 copy color: '#A5739D'

red 165 ◦ green 115 ◦ blue 157

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

Shades of Bouquet #A5739D

Tints of Bouquet #A5739D

RGB

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

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

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

R = 37.76%
G = 26.32%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5739D (or 0xA5739D) is known color: Bouquet. HEX triplet: A5, 73 and 9D. RGB value is (165,115,157). Sum of RGB (Red+Green+Blue) = 165+115+157=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5739D is #5A8C62. Grayscale: #868686. Windows color (decimal): -5934179 or 10318757. OLE color: 10318757.

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

Color convert

RGB 165 115 157 -
CMYK 0 0.30 0.05 0.35
HSL 309.6º 0.22% 0.55% -
HSV(B) 309.6º 0.3% 0.65% -
XYZ 27.73 22.7 34.82 -
YUV 134.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 165 115 157 0 0.30 0.05 0.35 309.6 0.22 0.55
Hex A5 73 9D 0 1E 5 23 136 16 37
Octal 245 163 235 0 36 5 43 466 26 67
Binary 10100101 1110011 10011101 0 11110 101 100011 100110110 10110 110111

Color Harmonies of #A5739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5739D

Black with #A5739D

Text Example


Text Example

White with #A5739D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5739D; }

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

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

background-color css

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

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

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

border-color css

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

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

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