#A48D9F

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

Shades of Bouquet #A48D9F

Tints of Bouquet #A48D9F

Color information

#A48D9F (or 0xA48D9F) is unknown color: approx Bouquet. HEX triplet: A4, 8D and 9F. RGB value is (164,141,159). Sum of RGB (Red+Green+Blue) = 164+141+159=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D9F is #5B7260. Grayscale: #959595. Windows color (decimal): -5993057 or 10456484. OLE color: 10456484.

HSL color Cylindrical-coordinate representation of color #A48D9F: hue angle of 313.04º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48D9F is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164141159-
CMYK00.140.030.36
HSL313.04º11.22%59.8%-
HSV(B)313.04º14.02%64.31%-
XYZ31.0929.4536.85-
YUV149.93133.12138.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=35.34%
G=30.39%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414115900.140.030.36313.0411.2259.8
HexA48D9F0E324139b3c
Octal2442152370163444711374
Binary10100100100011011001111101110111001001001110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D9F; }

 p { color: rgb(164,141,159); }

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

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

 a { background-color: rgb(164,141,159); }

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

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

 span { border-color: rgb(164,141,159); }

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