#A78F9F

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

Shades of Bouquet #A78F9F

Tints of Bouquet #A78F9F

Color information

#A78F9F (or 0xA78F9F) is unknown color: approx Bouquet. HEX triplet: A7, 8F and 9F. RGB value is (167,143,159). Sum of RGB (Red+Green+Blue) = 167+143+159=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F9F is #587060. Grayscale: #979797. Windows color (decimal): -5795937 or 10456999. OLE color: 10456999.

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

Color convert

RGB167143159-
CMYK00.140.050.35
HSL320º12%60.78%-
HSV(B)320º14.37%65.49%-
XYZ32.0230.3636.97-
YUV152131.95138.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=35.61%
G=30.49%
B=33.90%

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
Decimal16714315900.140.050.353201260.78
HexA78F9F0E523140c3d
Octal2472172370165435001475
Binary101001111000111110011111011101011000111010000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F9F; }

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

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

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

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

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

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

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

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