Html Css Color HEX #A47699 Bouquet

📋 copy color: '#A47699'

red 164 ◦ green 118 ◦ blue 153

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

Shades of Bouquet #A47699

Tints of Bouquet #A47699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 37.7%
G = 27.13%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A47699 (or 0xA47699) is known color: Bouquet. HEX triplet: A4, 76 and 99. RGB value is (164,118,153). Sum of RGB (Red+Green+Blue) = 164+118+153=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A47699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47699 is #5B8966. Grayscale: #878787. Windows color (decimal): -5998951 or 10057380. OLE color: 10057380.

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

Color convert

RGB 164 118 153 -
CMYK 0 0.28 0.07 0.36
HSL 314.35º 0.2% 0.55% -
HSV(B) 314.35º 0.28% 0.64% -
XYZ 27.54 23.15 33.15 -
YUV 135.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 164 118 153 0 0.28 0.07 0.36 314.35 0.2 0.55
Hex A4 76 99 0 1C 7 24 13A 14 37
Octal 244 166 231 0 34 7 44 472 24 67
Binary 10100100 1110110 10011001 0 11100 111 100100 100111010 10100 110111

Color Harmonies of #A47699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47699

Black with #A47699

Text Example


Text Example

White with #A47699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47699; }

 p { color: rgb(164,118,153); }

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

background-color css

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

 a { background-color: rgb(164,118,153); }

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

border-color css

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

 span { border-color: rgb(164,118,153); }

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