#A78A9D

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

Shades of Bouquet #A78A9D

Tints of Bouquet #A78A9D

Color information

#A78A9D (or 0xA78A9D) is unknown color: approx Bouquet. HEX triplet: A7, 8A and 9D. RGB value is (167,138,157). Sum of RGB (Red+Green+Blue) = 167+138+157=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78A9D is #587562. Grayscale: #949494. Windows color (decimal): -5797219 or 10324647. OLE color: 10324647.

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

Color convert

RGB167138157-
CMYK00.170.060.35
HSL320.69º14.15%59.8%-
HSV(B)320.69º17.37%65.49%-
XYZ31.1128.8335.82-
YUV148.84132.61140.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=36.15%
G=29.87%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713815700.170.060.35320.6914.1559.8
HexA78A9D011623141e3c
Octal2472122350216435011674
Binary1010011110001010100111010100011101000111010000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A9D; }

 p { color: rgb(167,138,157); }

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

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

 a { background-color: rgb(167,138,157); }

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

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

 span { border-color: rgb(167,138,157); }

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