Html Css Color HEX #A47F91 Bouquet

📋 copy color: '#A47F91'

red 164 ◦ green 127 ◦ blue 145

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

Shades of Bouquet #A47F91

Tints of Bouquet #A47F91

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 37.61%
G = 29.13%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47F91 (or 0xA47F91) is known color: Bouquet. HEX triplet: A4, 7F and 91. RGB value is (164,127,145). Sum of RGB (Red+Green+Blue) = 164+127+145=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F91 is #5B806E. Grayscale: #8C8C8C. Windows color (decimal): -5996655 or 9535396. OLE color: 9535396.

HSL color Cylindrical-coordinate representation of color #A47F91: hue angle of 330.81º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47F91 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 145 -
CMYK 0 0.23 0.12 0.36
HSL 330.81º 0.17% 0.57% -
HSV(B) 330.81º 0.23% 0.64% -
XYZ 28.01 25.12 30.16 -
YUV 140.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 164 127 145 0 0.23 0.12 0.36 330.81 0.17 0.57
Hex A4 7F 91 0 17 C 24 14B 11 39
Octal 244 177 221 0 27 14 44 513 21 71
Binary 10100100 1111111 10010001 0 10111 1100 100100 101001011 10001 111001

Color Harmonies of #A47F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F91

Black with #A47F91

Text Example


Text Example

White with #A47F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F91; }

 p { color: rgb(164,127,145); }

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

background-color css

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

 a { background-color: rgb(164,127,145); }

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

border-color css

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

 span { border-color: rgb(164,127,145); }

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