#A48D9A

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

Shades of Bouquet #A48D9A

Tints of Bouquet #A48D9A

Color information

#A48D9A (or 0xA48D9A) is unknown color: approx Bouquet. HEX triplet: A4, 8D and 9A. RGB value is (164,141,154). Sum of RGB (Red+Green+Blue) = 164+141+154=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D9A is #5B7265. Grayscale: #959595. Windows color (decimal): -5993062 or 10128804. OLE color: 10128804.

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

Color convert

RGB164141154-
CMYK00.140.060.36
HSL326.09º11.22%59.8%-
HSV(B)326.09º14.02%64.31%-
XYZ30.6729.2834.61-
YUV149.36130.62138.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=35.73%
G=30.72%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414115400.140.060.36326.0911.2259.8
HexA48D9A0E624146b3c
Octal2442152320166445061374
Binary101001001000110110011010011101101001001010001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D9A; }

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

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

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

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

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

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

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

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