Html Css Color HEX #A687A0 Bouquet

📋 copy color: '#A687A0'

red 166 ◦ green 135 ◦ blue 160

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

Shades of Bouquet #A687A0

Tints of Bouquet #A687A0

RGB

 RED value IS 166 (65.23% from 255) = 36.01%

 GREEN value IS 135 (53.13% from 255) = 29.28%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 36.01%
G = 29.28%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A687A0 (or 0xA687A0) is known color: Bouquet. HEX triplet: A6, 87 and A0. RGB value is (166,135,160). Sum of RGB (Red+Green+Blue) = 166+135+160=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A687A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A687A0 is #59785F. Grayscale: #939393. Windows color (decimal): -5863520 or 10520486. OLE color: 10520486.

HSL color Cylindrical-coordinate representation of color #A687A0: hue angle of 311.61º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A687A0 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 135 160 -
CMYK 0 0.19 0.04 0.35
HSL 311.61º 0.15% 0.59% -
HSV(B) 311.61º 0.19% 0.65% -
XYZ 30.74 27.97 37.04 -
YUV 147.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 166 135 160 0 0.19 0.04 0.35 311.61 0.15 0.59
Hex A6 87 A0 0 13 4 23 138 F 3B
Octal 246 207 240 0 23 4 43 470 17 73
Binary 10100110 10000111 10100000 0 10011 100 100011 100111000 1111 111011

Color Harmonies of #A687A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687A0

Black with #A687A0

Text Example


Text Example

White with #A687A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687A0; }

 p { color: rgb(166,135,160); }

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

background-color css

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

 a { background-color: rgb(166,135,160); }

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

border-color css

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

 span { border-color: rgb(166,135,160); }

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