Html Css Color HEX #A17F99 Bouquet

📋 copy color: '#A17F99'

red 161 ◦ green 127 ◦ blue 153

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

Shades of Bouquet #A17F99

Tints of Bouquet #A17F99

RGB

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

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

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

R = 36.51%
G = 28.8%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A17F99 (or 0xA17F99) is known color: Bouquet. HEX triplet: A1, 7F and 99. RGB value is (161,127,153). Sum of RGB (Red+Green+Blue) = 161+127+153=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17F99 is #5E8066. Grayscale: #8C8C8C. Windows color (decimal): -6193255 or 10059681. OLE color: 10059681.

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

Color convert

RGB 161 127 153 -
CMYK 0 0.21 0.05 0.37
HSL 314.12º 0.15% 0.56% -
HSV(B) 314.12º 0.21% 0.63% -
XYZ 28.04 25.06 33.5 -
YUV 140.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 161 127 153 0 0.21 0.05 0.37 314.12 0.15 0.56
Hex A1 7F 99 0 15 5 25 13A F 38
Octal 241 177 231 0 25 5 45 472 17 70
Binary 10100001 1111111 10011001 0 10101 101 100101 100111010 1111 111000

Color Harmonies of #A17F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F99

Black with #A17F99

Text Example


Text Example

White with #A17F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F99; }

 p { color: rgb(161,127,153); }

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

background-color css

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

 a { background-color: rgb(161,127,153); }

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

border-color css

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

 span { border-color: rgb(161,127,153); }

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