Html Css Color HEX #A5739B Bouquet

📋 copy color: '#A5739B'

red 165 ◦ green 115 ◦ blue 155

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

Shades of Bouquet #A5739B

Tints of Bouquet #A5739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 37.93%
G = 26.44%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5739B (or 0xA5739B) is known color: Bouquet. HEX triplet: A5, 73 and 9B. RGB value is (165,115,155). Sum of RGB (Red+Green+Blue) = 165+115+155=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5739B is #5A8C64. Grayscale: #868686. Windows color (decimal): -5934181 or 10187685. OLE color: 10187685.

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

Color convert

RGB 165 115 155 -
CMYK 0 0.30 0.06 0.35
HSL 312º 0.22% 0.55% -
HSV(B) 312º 0.3% 0.65% -
XYZ 27.56 22.63 33.93 -
YUV 134.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 165 115 155 0 0.30 0.06 0.35 312 0.22 0.55
Hex A5 73 9B 0 1E 6 23 138 16 37
Octal 245 163 233 0 36 6 43 470 26 67
Binary 10100101 1110011 10011011 0 11110 110 100011 100111000 10110 110111

Color Harmonies of #A5739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5739B

Black with #A5739B

Text Example


Text Example

White with #A5739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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