Html Css Color HEX #A5729D Bouquet

📋 copy color: '#A5729D'

red 165 ◦ green 114 ◦ blue 157

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

Shades of Bouquet #A5729D

Tints of Bouquet #A5729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

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

R = 37.84%
G = 26.15%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5729D (or 0xA5729D) is known color: Bouquet. HEX triplet: A5, 72 and 9D. RGB value is (165,114,157). Sum of RGB (Red+Green+Blue) = 165+114+157=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5729D is #5A8D62. Grayscale: #868686. Windows color (decimal): -5934435 or 10318501. OLE color: 10318501.

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

Color convert

RGB 165 114 157 -
CMYK 0 0.31 0.05 0.35
HSL 309.41º 0.22% 0.55% -
HSV(B) 309.41º 0.31% 0.65% -
XYZ 27.62 22.47 34.78 -
YUV 134.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 165 114 157 0 0.31 0.05 0.35 309.41 0.22 0.55
Hex A5 72 9D 0 1F 5 23 135 16 37
Octal 245 162 235 0 37 5 43 465 26 67
Binary 10100101 1110010 10011101 0 11111 101 100011 100110101 10110 110111

Color Harmonies of #A5729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5729D

Black with #A5729D

Text Example


Text Example

White with #A5729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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