#A68F9E

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

Shades of Bouquet #A68F9E

Tints of Bouquet #A68F9E

Color information

#A68F9E (or 0xA68F9E) is unknown color: approx Bouquet. HEX triplet: A6, 8F and 9E. RGB value is (166,143,158). Sum of RGB (Red+Green+Blue) = 166+143+158=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F9E is #597061. Grayscale: #979797. Windows color (decimal): -5861474 or 10391462. OLE color: 10391462.

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

Color convert

RGB166143158-
CMYK00.140.050.35
HSL320.87º11.44%60.59%-
HSV(B)320.87º13.86%65.1%-
XYZ31.7230.2236.51-
YUV151.59131.62138.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=35.55%
G=30.62%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614315800.140.050.35320.8711.4460.59
HexA68F9E0E523141b3d
Octal2462172360165435011375
Binary101001101000111110011110011101011000111010000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F9E; }

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

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

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

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

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

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

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

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