Html Css Color HEX #A5739C Bouquet

📋 copy color: '#A5739C'

red 165 ◦ green 115 ◦ blue 156

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

Shades of Bouquet #A5739C

Tints of Bouquet #A5739C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 37.84%
G = 26.38%
B = 35.78%

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

#A5739C (or 0xA5739C) is known color: Bouquet. HEX triplet: A5, 73 and 9C. RGB value is (165,115,156). Sum of RGB (Red+Green+Blue) = 165+115+156=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5739C is #5A8C63. Grayscale: #868686. Windows color (decimal): -5934180 or 10253221. OLE color: 10253221.

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

Color convert

RGB 165 115 156 -
CMYK 0 0.30 0.05 0.35
HSL 310.8º 0.22% 0.55% -
HSV(B) 310.8º 0.3% 0.65% -
XYZ 27.65 22.66 34.37 -
YUV 134.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 165 115 156 0 0.30 0.05 0.35 310.8 0.22 0.55
Hex A5 73 9C 0 1E 5 23 137 16 37
Octal 245 163 234 0 36 5 43 467 26 67
Binary 10100101 1110011 10011100 0 11110 101 100011 100110111 10110 110111

Color Harmonies of #A5739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5739C

Black with #A5739C

Text Example


Text Example

White with #A5739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5739C; }

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

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

background-color css

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

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

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

border-color css

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

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

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