Html Css Color HEX #A87694 Bouquet

📋 copy color: '#A87694'

red 168 ◦ green 118 ◦ blue 148

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

Shades of Bouquet #A87694

Tints of Bouquet #A87694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.19%

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 38.71%
G = 27.19%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A87694 (or 0xA87694) is known color: Bouquet. HEX triplet: A8, 76 and 94. RGB value is (168,118,148). Sum of RGB (Red+Green+Blue) = 168+118+148=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A87694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87694 is #57896B. Grayscale: #888888. Windows color (decimal): -5736812 or 9729704. OLE color: 9729704.

HSL color Cylindrical-coordinate representation of color #A87694: hue angle of 324º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87694 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 148 -
CMYK 0 0.30 0.12 0.34
HSL 324º 0.22% 0.56% -
HSV(B) 324º 0.3% 0.66% -
XYZ 27.97 23.42 31.06 -
YUV 136.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 168 118 148 0 0.30 0.12 0.34 324 0.22 0.56
Hex A8 76 94 0 1E C 22 144 16 38
Octal 250 166 224 0 36 14 42 504 26 70
Binary 10101000 1110110 10010100 0 11110 1100 100010 101000100 10110 111000

Color Harmonies of #A87694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87694

Black with #A87694

Text Example


Text Example

White with #A87694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87694; }

 p { color: rgb(168,118,148); }

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

background-color css

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

 a { background-color: rgb(168,118,148); }

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

border-color css

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

 span { border-color: rgb(168,118,148); }

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