Html Css Color HEX #A87E96 Bouquet

📋 copy color: '#A87E96'

red 168 ◦ green 126 ◦ blue 150

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

Shades of Bouquet #A87E96

Tints of Bouquet #A87E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 37.84%
G = 28.38%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A87E96 (or 0xA87E96) is known color: Bouquet. HEX triplet: A8, 7E and 96. RGB value is (168,126,150). Sum of RGB (Red+Green+Blue) = 168+126+150=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87E96 is #578169. Grayscale: #8D8D8D. Windows color (decimal): -5734762 or 9862824. OLE color: 9862824.

HSL color Cylindrical-coordinate representation of color #A87E96: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87E96 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 150 -
CMYK 0 0.25 0.11 0.34
HSL 325.71º 0.19% 0.58% -
HSV(B) 325.71º 0.25% 0.66% -
XYZ 29.11 25.45 32.23 -
YUV 141.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 168 126 150 0 0.25 0.11 0.34 325.71 0.19 0.58
Hex A8 7E 96 0 19 B 22 146 13 3A
Octal 250 176 226 0 31 13 42 506 23 72
Binary 10101000 1111110 10010110 0 11001 1011 100010 101000110 10011 111010

Color Harmonies of #A87E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E96

Black with #A87E96

Text Example


Text Example

White with #A87E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E96; }

 p { color: rgb(168,126,150); }

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

background-color css

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

 a { background-color: rgb(168,126,150); }

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

border-color css

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

 span { border-color: rgb(168,126,150); }

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