Html Css Color HEX #A7759E Bouquet

📋 copy color: '#A7759E'

red 167 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #A7759E

Tints of Bouquet #A7759E

RGB

 RED value IS 167 (65.63% from 255) = 37.78%

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

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

R = 37.78%
G = 26.47%
B = 35.75%

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

#A7759E (or 0xA7759E) is known color: Bouquet. HEX triplet: A7, 75 and 9E. RGB value is (167,117,158). Sum of RGB (Red+Green+Blue) = 167+117+158=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A7759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7759E is #588A61. Grayscale: #888888. Windows color (decimal): -5802594 or 10384807. OLE color: 10384807.

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

Color convert

RGB 167 117 158 -
CMYK 0 0.30 0.05 0.35
HSL 310.8º 0.22% 0.56% -
HSV(B) 310.8º 0.3% 0.65% -
XYZ 28.47 23.41 35.37 -
YUV 136.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 167 117 158 0 0.30 0.05 0.35 310.8 0.22 0.56
Hex A7 75 9E 0 1E 5 23 137 16 38
Octal 247 165 236 0 36 5 43 467 26 70
Binary 10100111 1110101 10011110 0 11110 101 100011 100110111 10110 111000

Color Harmonies of #A7759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7759E

Black with #A7759E

Text Example


Text Example

White with #A7759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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