Html Css Color HEX #A47F9A Bouquet

📋 copy color: '#A47F9A'

red 164 ◦ green 127 ◦ blue 154

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

Shades of Bouquet #A47F9A

Tints of Bouquet #A47F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 36.85%
G = 28.54%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A47F9A (or 0xA47F9A) is known color: Bouquet. HEX triplet: A4, 7F and 9A. RGB value is (164,127,154). Sum of RGB (Red+Green+Blue) = 164+127+154=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F9A is #5B8065. Grayscale: #8D8D8D. Windows color (decimal): -5996646 or 10125220. OLE color: 10125220.

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

Color convert

RGB 164 127 154 -
CMYK 0 0.23 0.06 0.36
HSL 316.22º 0.17% 0.57% -
HSV(B) 316.22º 0.23% 0.64% -
XYZ 28.73 25.4 33.96 -
YUV 141.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 164 127 154 0 0.23 0.06 0.36 316.22 0.17 0.57
Hex A4 7F 9A 0 17 6 24 13C 11 39
Octal 244 177 232 0 27 6 44 474 21 71
Binary 10100100 1111111 10011010 0 10111 110 100100 100111100 10001 111001

Color Harmonies of #A47F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F9A

Black with #A47F9A

Text Example


Text Example

White with #A47F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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