Html Css Color HEX #A47694 Bouquet

📋 copy color: '#A47694'

red 164 ◦ green 118 ◦ blue 148

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

Shades of Bouquet #A47694

Tints of Bouquet #A47694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 38.14%
G = 27.44%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A47694 (or 0xA47694) is known color: Bouquet. HEX triplet: A4, 76 and 94. RGB value is (164,118,148). Sum of RGB (Red+Green+Blue) = 164+118+148=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47694 is #5B896B. Grayscale: #878787. Windows color (decimal): -5998956 or 9729700. OLE color: 9729700.

HSL color Cylindrical-coordinate representation of color #A47694: hue angle of 320.87º 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 #A47694 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 148 -
CMYK 0 0.28 0.10 0.36
HSL 320.87º 0.2% 0.55% -
HSV(B) 320.87º 0.28% 0.64% -
XYZ 27.13 22.99 31.02 -
YUV 135.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 164 118 148 0 0.28 0.10 0.36 320.87 0.2 0.55
Hex A4 76 94 0 1C A 24 141 14 37
Octal 244 166 224 0 34 12 44 501 24 67
Binary 10100100 1110110 10010100 0 11100 1010 100100 101000001 10100 110111

Color Harmonies of #A47694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47694

Black with #A47694

Text Example


Text Example

White with #A47694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47694; }

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

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

background-color css

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

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

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

border-color css

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

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

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