#A68C9D

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

Shades of Bouquet #A68C9D

Tints of Bouquet #A68C9D

Color information

#A68C9D (or 0xA68C9D) is unknown color: approx Bouquet. HEX triplet: A6, 8C and 9D. RGB value is (166,140,157). Sum of RGB (Red+Green+Blue) = 166+140+157=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C9D is #597362. Grayscale: #959595. Windows color (decimal): -5862243 or 10325158. OLE color: 10325158.

HSL color Cylindrical-coordinate representation of color #A68C9D: hue angle of 320.77º 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 #A68C9D is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166140157-
CMYK00.160.050.35
HSL320.77º12.75%60%-
HSV(B)320.77º15.66%65.1%-
XYZ31.1929.335.91-
YUV149.71132.11139.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=35.85%
G=30.24%
B=33.91%

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
Decimal16614015700.160.050.35320.7712.7560
HexA68C9D010523141d3c
Octal2462142350205435011574
Binary1010011010001100100111010100001011000111010000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C9D; }

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

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

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

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

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

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

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

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