#A68D9E

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

Shades of Bouquet #A68D9E

Tints of Bouquet #A68D9E

Color information

#A68D9E (or 0xA68D9E) is unknown color: approx Bouquet. HEX triplet: A6, 8D and 9E. RGB value is (166,141,158). Sum of RGB (Red+Green+Blue) = 166+141+158=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68D9E is #597261. Grayscale: #969696. Windows color (decimal): -5861986 or 10390950. OLE color: 10390950.

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

Color convert

RGB166141158-
CMYK00.150.050.35
HSL319.2º12.32%60.2%-
HSV(B)319.2º15.06%65.1%-
XYZ31.4229.6336.41-
YUV150.41132.28139.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=35.70%
G=30.32%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614115800.150.050.35319.212.3260.2
HexA68D9E0F52313fc3c
Octal2462152360175434771474
Binary101001101000110110011110011111011000111001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D9E; }

 p { color: rgb(166,141,158); }

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

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

 a { background-color: rgb(166,141,158); }

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

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

 span { border-color: rgb(166,141,158); }

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