Html Css Color HEX #A47199 Bouquet

📋 copy color: '#A47199'

red 164 ◦ green 113 ◦ blue 153

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

Shades of Bouquet #A47199

Tints of Bouquet #A47199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

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

R = 38.14%
G = 26.28%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A47199 (or 0xA47199) is known color: Bouquet. HEX triplet: A4, 71 and 99. RGB value is (164,113,153). Sum of RGB (Red+Green+Blue) = 164+113+153=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47199 is #5B8E66. Grayscale: #848484. Windows color (decimal): -6000231 or 10056100. OLE color: 10056100.

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

Color convert

RGB 164 113 153 -
CMYK 0 0.31 0.07 0.36
HSL 312.94º 0.22% 0.54% -
HSV(B) 312.94º 0.31% 0.64% -
XYZ 26.96 22 32.96 -
YUV 132.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 164 113 153 0 0.31 0.07 0.36 312.94 0.22 0.54
Hex A4 71 99 0 1F 7 24 139 16 36
Octal 244 161 231 0 37 7 44 471 26 66
Binary 10100100 1110001 10011001 0 11111 111 100100 100111001 10110 110110

Color Harmonies of #A47199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47199

Black with #A47199

Text Example


Text Example

White with #A47199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47199; }

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

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

background-color css

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

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

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

border-color css

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

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

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