Html Css Color HEX #A4779D Bouquet

📋 copy color: '#A4779D'

red 164 ◦ green 119 ◦ blue 157

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

Shades of Bouquet #A4779D

Tints of Bouquet #A4779D

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

 GREEN value IS 119 (46.88% from 255) = 27.05%

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

R = 37.27%
G = 27.05%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4779D (or 0xA4779D) is known color: Bouquet. HEX triplet: A4, 77 and 9D. RGB value is (164,119,157). Sum of RGB (Red+Green+Blue) = 164+119+157=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4779D is #5B8862. Grayscale: #888888. Windows color (decimal): -5998691 or 10319780. OLE color: 10319780.

HSL color Cylindrical-coordinate representation of color #A4779D: hue angle of 309.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4779D is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 157 -
CMYK 0 0.27 0.04 0.36
HSL 309.33º 0.2% 0.55% -
HSV(B) 309.33º 0.27% 0.64% -
XYZ 27.99 23.52 34.96 -
YUV 136.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 164 119 157 0 0.27 0.04 0.36 309.33 0.2 0.55
Hex A4 77 9D 0 1B 4 24 135 14 37
Octal 244 167 235 0 33 4 44 465 24 67
Binary 10100100 1110111 10011101 0 11011 100 100100 100110101 10100 110111

Color Harmonies of #A4779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4779D

Black with #A4779D

Text Example


Text Example

White with #A4779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4779D; }

 p { color: rgb(164,119,157); }

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

background-color css

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

 a { background-color: rgb(164,119,157); }

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

border-color css

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

 span { border-color: rgb(164,119,157); }

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