Html Css Color HEX #A47899 Bouquet

📋 copy color: '#A47899'

red 164 ◦ green 120 ◦ blue 153

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

Shades of Bouquet #A47899

Tints of Bouquet #A47899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

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

R = 37.53%
G = 27.46%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A47899 (or 0xA47899) is known color: Bouquet. HEX triplet: A4, 78 and 99. RGB value is (164,120,153). Sum of RGB (Red+Green+Blue) = 164+120+153=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A47899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47899 is #5B8766. Grayscale: #888888. Windows color (decimal): -5998439 or 10057892. OLE color: 10057892.

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

Color convert

RGB 164 120 153 -
CMYK 0 0.27 0.07 0.36
HSL 315º 0.19% 0.56% -
HSV(B) 315º 0.27% 0.64% -
XYZ 27.78 23.63 33.23 -
YUV 136.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 164 120 153 0 0.27 0.07 0.36 315 0.19 0.56
Hex A4 78 99 0 1B 7 24 13B 13 38
Octal 244 170 231 0 33 7 44 473 23 70
Binary 10100100 1111000 10011001 0 11011 111 100100 100111011 10011 111000

Color Harmonies of #A47899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47899

Black with #A47899

Text Example


Text Example

White with #A47899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47899; }

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

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

background-color css

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

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

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

border-color css

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

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

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