#A68F9F

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

Shades of Bouquet #A68F9F

Tints of Bouquet #A68F9F

Color information

#A68F9F (or 0xA68F9F) is unknown color: approx Bouquet. HEX triplet: A6, 8F and 9F. RGB value is (166,143,159). Sum of RGB (Red+Green+Blue) = 166+143+159=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F9F is #597060. Grayscale: #979797. Windows color (decimal): -5861473 or 10456998. OLE color: 10456998.

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

Color convert

RGB166143159-
CMYK00.140.040.35
HSL318.26º11.44%60.59%-
HSV(B)318.26º13.86%65.1%-
XYZ31.8130.2636.96-
YUV151.7132.12138.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=35.47%
G=30.56%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614315900.140.040.35318.2611.4460.59
HexA68F9F0E42313eb3d
Octal2462172370164434761375
Binary101001101000111110011111011101001000111001111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F9F; }

 p { color: rgb(166,143,159); }

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

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

 a { background-color: rgb(166,143,159); }

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

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

 span { border-color: rgb(166,143,159); }

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