#A78F9E

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

Shades of Bouquet #A78F9E

Tints of Bouquet #A78F9E

Color information

#A78F9E (or 0xA78F9E) is unknown color: approx Bouquet. HEX triplet: A7, 8F and 9E. RGB value is (167,143,158). Sum of RGB (Red+Green+Blue) = 167+143+158=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F9E is #587061. Grayscale: #979797. Windows color (decimal): -5795938 or 10391463. OLE color: 10391463.

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

Color convert

RGB167143158-
CMYK00.140.050.35
HSL322.5º12%60.78%-
HSV(B)322.5º14.37%65.49%-
XYZ31.9330.3336.52-
YUV151.89131.45138.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=35.68%
G=30.56%
B=33.76%

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
Decimal16714315800.140.050.35322.51260.78
HexA78F9E0E523142c3d
Octal2472172360165435021475
Binary101001111000111110011110011101011000111010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F9E; }

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

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

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

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

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

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

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

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