Html Css Color HEX #A47F9C Bouquet

📋 copy color: '#A47F9C'

red 164 ◦ green 127 ◦ blue 156

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

Shades of Bouquet #A47F9C

Tints of Bouquet #A47F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 36.69%
G = 28.41%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A47F9C (or 0xA47F9C) is known color: Bouquet. HEX triplet: A4, 7F and 9C. RGB value is (164,127,156). Sum of RGB (Red+Green+Blue) = 164+127+156=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F9C is #5B8063. Grayscale: #8D8D8D. Windows color (decimal): -5996644 or 10256292. OLE color: 10256292.

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

Color convert

RGB 164 127 156 -
CMYK 0 0.23 0.05 0.36
HSL 312.97º 0.17% 0.57% -
HSV(B) 312.97º 0.23% 0.64% -
XYZ 28.9 25.47 34.85 -
YUV 141.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 164 127 156 0 0.23 0.05 0.36 312.97 0.17 0.57
Hex A4 7F 9C 0 17 5 24 139 11 39
Octal 244 177 234 0 27 5 44 471 21 71
Binary 10100100 1111111 10011100 0 10111 101 100100 100111001 10001 111001

Color Harmonies of #A47F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F9C

Black with #A47F9C

Text Example


Text Example

White with #A47F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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