#A78C9D

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

Shades of Bouquet #A78C9D

Tints of Bouquet #A78C9D

Color information

#A78C9D (or 0xA78C9D) is unknown color: approx Bouquet. HEX triplet: A7, 8C and 9D. RGB value is (167,140,157). Sum of RGB (Red+Green+Blue) = 167+140+157=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78C9D is #587362. Grayscale: #959595. Windows color (decimal): -5796707 or 10325159. OLE color: 10325159.

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

Color convert

RGB167140157-
CMYK00.160.060.35
HSL322.22º13.3%60.2%-
HSV(B)322.22º16.17%65.49%-
XYZ31.429.4135.92-
YUV150.01131.95140.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=35.99%
G=30.17%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714015700.160.060.35322.2213.360.2
HexA78C9D010623142d3c
Octal2472142350206435021574
Binary1010011110001100100111010100001101000111010000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C9D; }

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

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

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

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

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

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

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

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