Html Css Color HEX #A5709B Bouquet

📋 copy color: '#A5709B'

red 165 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #A5709B

Tints of Bouquet #A5709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

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

R = 38.19%
G = 25.93%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5709B (or 0xA5709B) is known color: Bouquet. HEX triplet: A5, 70 and 9B. RGB value is (165,112,155). Sum of RGB (Red+Green+Blue) = 165+112+155=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A5709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5709B is #5A8F64. Grayscale: #848484. Windows color (decimal): -5934949 or 10186917. OLE color: 10186917.

HSL color Cylindrical-coordinate representation of color #A5709B: hue angle of 311.32º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5709B is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 155 -
CMYK 0 0.32 0.06 0.35
HSL 311.32º 0.23% 0.54% -
HSV(B) 311.32º 0.32% 0.65% -
XYZ 27.23 21.95 33.81 -
YUV 132.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 165 112 155 0 0.32 0.06 0.35 311.32 0.23 0.54
Hex A5 70 9B 0 20 6 23 137 17 36
Octal 245 160 233 0 40 6 43 467 27 66
Binary 10100101 1110000 10011011 0 100000 110 100011 100110111 10111 110110

Color Harmonies of #A5709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5709B

Black with #A5709B

Text Example


Text Example

White with #A5709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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