Html Css Color HEX #A9759D Bouquet

📋 copy color: '#A9759D'

red 169 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #A9759D

Tints of Bouquet #A9759D

RGB

 RED value IS 169 (66.41% from 255) = 38.15%

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 38.15%
G = 26.41%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9759D (or 0xA9759D) is known color: Bouquet. HEX triplet: A9, 75 and 9D. RGB value is (169,117,157). Sum of RGB (Red+Green+Blue) = 169+117+157=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9759D is #568A62. Grayscale: #898989. Windows color (decimal): -5671523 or 10319273. OLE color: 10319273.

HSL color Cylindrical-coordinate representation of color #A9759D: hue angle of 313.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9759D is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 117 157 -
CMYK 0 0.31 0.07 0.34
HSL 313.85º 0.23% 0.56% -
HSV(B) 313.85º 0.31% 0.66% -
XYZ 28.81 23.59 34.93 -
YUV 137.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 169 117 157 0 0.31 0.07 0.34 313.85 0.23 0.56
Hex A9 75 9D 0 1F 7 22 13A 17 38
Octal 251 165 235 0 37 7 42 472 27 70
Binary 10101001 1110101 10011101 0 11111 111 100010 100111010 10111 111000

Color Harmonies of #A9759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9759D

Black with #A9759D

Text Example


Text Example

White with #A9759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9759D; }

 p { color: rgb(169,117,157); }

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

background-color css

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

 a { background-color: rgb(169,117,157); }

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

border-color css

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

 span { border-color: rgb(169,117,157); }

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