#A67698

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

Shades of Bouquet #A67698

Tints of Bouquet #A67698

Color information

#A67698 (or 0xA67698) is unknown color: approx Bouquet. HEX triplet: A6, 76 and 98. RGB value is (166,118,152). Sum of RGB (Red+Green+Blue) = 166+118+152=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A67698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67698 is #598967. Grayscale: #888888. Windows color (decimal): -5867880 or 9991846. OLE color: 9991846.

HSL color Cylindrical-coordinate representation of color #A67698: hue angle of 317.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67698 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB166118152-
CMYK00.290.080.35
HSL317.5º21.24%55.69%-
HSV(B)317.5º28.92%65.1%-
XYZ27.8723.3332.74-
YUV136.23136.9149.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=38.07%
G=27.06%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611815200.290.080.35317.521.2455.69
HexA6769801D82313e1538
Octal24616623003510434762570
Binary10100110111011010011000011101100010001110011111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67698; }

 p { color: rgb(166,118,152); }

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

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

 a { background-color: rgb(166,118,152); }

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

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

 span { border-color: rgb(166,118,152); }

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