#A78D9E

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

Shades of Bouquet #A78D9E

Tints of Bouquet #A78D9E

Color information

#A78D9E (or 0xA78D9E) is unknown color: approx Bouquet. HEX triplet: A7, 8D and 9E. RGB value is (167,141,158). Sum of RGB (Red+Green+Blue) = 167+141+158=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78D9E is #587261. Grayscale: #969696. Windows color (decimal): -5796450 or 10390951. OLE color: 10390951.

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

Color convert

RGB167141158-
CMYK00.160.050.35
HSL320.77º12.87%60.39%-
HSV(B)320.77º15.57%65.49%-
XYZ31.6329.7336.42-
YUV150.71132.11139.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=35.84%
G=30.26%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714115800.160.050.35320.7712.8760.39
HexA78D9E010523141d3c
Octal2472152360205435011574
Binary1010011110001101100111100100001011000111010000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78D9E; }

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

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

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

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

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

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

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

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