Html Css Color HEX #A47698 Bouquet

📋 copy color: '#A47698'

red 164 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #A47698

Tints of Bouquet #A47698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 37.79%
G = 27.19%
B = 35.02%

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

#A47698 (or 0xA47698) is known color: Bouquet. HEX triplet: A4, 76 and 98. RGB value is (164,118,152). Sum of RGB (Red+Green+Blue) = 164+118+152=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47698 is #5B8967. Grayscale: #878787. Windows color (decimal): -5998952 or 9991844. OLE color: 9991844.

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

Color convert

RGB 164 118 152 -
CMYK 0 0.28 0.07 0.36
HSL 315.65º 0.2% 0.55% -
HSV(B) 315.65º 0.28% 0.64% -
XYZ 27.46 23.12 32.72 -
YUV 135.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 164 118 152 0 0.28 0.07 0.36 315.65 0.2 0.55
Hex A4 76 98 0 1C 7 24 13C 14 37
Octal 244 166 230 0 34 7 44 474 24 67
Binary 10100100 1110110 10011000 0 11100 111 100100 100111100 10100 110111

Color Harmonies of #A47698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47698

Black with #A47698

Text Example


Text Example

White with #A47698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47698; }

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

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

background-color css

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

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

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

border-color css

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

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

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