#A68B9D

Color #A68B9D Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #A68B9D

Tints of Bouquet #A68B9D

Color information

#A68B9D (or 0xA68B9D) is unknown color: approx Bouquet. HEX triplet: A6, 8B and 9D. RGB value is (166,139,157). Sum of RGB (Red+Green+Blue) = 166+139+157=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68B9D is #597462. Grayscale: #959595. Windows color (decimal): -5862499 or 10324902. OLE color: 10324902.

HSL color Cylindrical-coordinate representation of color #A68B9D: hue angle of 320º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68B9D is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166139157-
CMYK00.160.050.35
HSL320º13.17%59.8%-
HSV(B)320º16.27%65.1%-
XYZ31.0429.0135.86-
YUV149.12132.45140.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=35.93%
G=30.09%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613915700.160.050.3532013.1759.8
HexA68B9D010523140d3c
Octal2462132350205435001574
Binary1010011010001011100111010100001011000111010000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B9D; }

 p { color: rgb(166,139,157); }

 H1.HeaderClassName
 {
   color: #A68B9D;
 }
 .AnyTagClassName
 {
   color: #A68B9D;
 }
</style>
background-color css

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

 a { background-color: rgb(166,139,157); }

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

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

 span { border-color: rgb(166,139,157); }

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