Html Css Color HEX #A9759E Bouquet

📋 copy color: '#A9759E'

red 169 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #A9759E

Tints of Bouquet #A9759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 38.06%
G = 26.35%
B = 35.59%

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

#A9759E (or 0xA9759E) is known color: Bouquet. HEX triplet: A9, 75 and 9E. RGB value is (169,117,158). Sum of RGB (Red+Green+Blue) = 169+117+158=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9759E is #568A61. Grayscale: #898989. Windows color (decimal): -5671522 or 10384809. OLE color: 10384809.

HSL color Cylindrical-coordinate representation of color #A9759E: hue angle of 312.69º 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 #A9759E is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 117 158 -
CMYK 0 0.31 0.07 0.34
HSL 312.69º 0.23% 0.56% -
HSV(B) 312.69º 0.31% 0.66% -
XYZ 28.9 23.63 35.39 -
YUV 137.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 169 117 158 0 0.31 0.07 0.34 312.69 0.23 0.56
Hex A9 75 9E 0 1F 7 22 139 17 38
Octal 251 165 236 0 37 7 42 471 27 70
Binary 10101001 1110101 10011110 0 11111 111 100010 100111001 10111 111000

Color Harmonies of #A9759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9759E

Black with #A9759E

Text Example


Text Example

White with #A9759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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