Html Css Color HEX #A47099 Bouquet

📋 copy color: '#A47099'

red 164 ◦ green 112 ◦ blue 153

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

Shades of Bouquet #A47099

Tints of Bouquet #A47099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 38.23%
G = 26.11%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A47099 (or 0xA47099) is known color: Bouquet. HEX triplet: A4, 70 and 99. RGB value is (164,112,153). Sum of RGB (Red+Green+Blue) = 164+112+153=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47099 is #5B8F66. Grayscale: #848484. Windows color (decimal): -6000487 or 10055844. OLE color: 10055844.

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

Color convert

RGB 164 112 153 -
CMYK 0 0.32 0.07 0.36
HSL 312.69º 0.22% 0.54% -
HSV(B) 312.69º 0.32% 0.64% -
XYZ 26.85 21.78 32.93 -
YUV 132.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 164 112 153 0 0.32 0.07 0.36 312.69 0.22 0.54
Hex A4 70 99 0 20 7 24 139 16 36
Octal 244 160 231 0 40 7 44 471 26 66
Binary 10100100 1110000 10011001 0 100000 111 100100 100111001 10110 110110

Color Harmonies of #A47099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47099

Black with #A47099

Text Example


Text Example

White with #A47099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47099; }

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

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

background-color css

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

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

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

border-color css

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

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

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