Html Css Color HEX #A17C97 Bouquet

📋 copy color: '#A17C97'

red 161 ◦ green 124 ◦ blue 151

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

Shades of Bouquet #A17C97

Tints of Bouquet #A17C97

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 36.93%
G = 28.44%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A17C97 (or 0xA17C97) is known color: Bouquet. HEX triplet: A1, 7C and 97. RGB value is (161,124,151). Sum of RGB (Red+Green+Blue) = 161+124+151=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C97 is #5E8368. Grayscale: #8A8A8A. Windows color (decimal): -6194025 or 9927841. OLE color: 9927841.

HSL color Cylindrical-coordinate representation of color #A17C97: hue angle of 316.22º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A17C97 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 151 -
CMYK 0 0.23 0.06 0.37
HSL 316.22º 0.16% 0.56% -
HSV(B) 316.22º 0.23% 0.63% -
XYZ 27.49 24.23 32.51 -
YUV 138.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 161 124 151 0 0.23 0.06 0.37 316.22 0.16 0.56
Hex A1 7C 97 0 17 6 25 13C 10 38
Octal 241 174 227 0 27 6 45 474 20 70
Binary 10100001 1111100 10010111 0 10111 110 100101 100111100 10000 111000

Color Harmonies of #A17C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C97

Black with #A17C97

Text Example


Text Example

White with #A17C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C97; }

 p { color: rgb(161,124,151); }

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

background-color css

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

 a { background-color: rgb(161,124,151); }

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

border-color css

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

 span { border-color: rgb(161,124,151); }

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