Html Css Color HEX #A87D97 Bouquet

📋 copy color: '#A87D97'

red 168 ◦ green 125 ◦ blue 151

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

Shades of Bouquet #A87D97

Tints of Bouquet #A87D97

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

 GREEN value IS 125 (49.22% from 255) = 28.15%

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

R = 37.84%
G = 28.15%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A87D97 (or 0xA87D97) is known color: Bouquet. HEX triplet: A8, 7D and 97. RGB value is (168,125,151). Sum of RGB (Red+Green+Blue) = 168+125+151=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D97 is #578268. Grayscale: #8C8C8C. Windows color (decimal): -5735017 or 9928104. OLE color: 9928104.

HSL color Cylindrical-coordinate representation of color #A87D97: hue angle of 323.72º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D97 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 151 -
CMYK 0 0.26 0.10 0.34
HSL 323.72º 0.2% 0.57% -
HSV(B) 323.72º 0.26% 0.66% -
XYZ 29.07 25.23 32.62 -
YUV 140.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 168 125 151 0 0.26 0.10 0.34 323.72 0.2 0.57
Hex A8 7D 97 0 1A A 22 144 14 39
Octal 250 175 227 0 32 12 42 504 24 71
Binary 10101000 1111101 10010111 0 11010 1010 100010 101000100 10100 111001

Color Harmonies of #A87D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D97

Black with #A87D97

Text Example


Text Example

White with #A87D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D97; }

 p { color: rgb(168,125,151); }

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

background-color css

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

 a { background-color: rgb(168,125,151); }

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

border-color css

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

 span { border-color: rgb(168,125,151); }

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