#A48A9E

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

Shades of Bouquet #A48A9E

Tints of Bouquet #A48A9E

Color information

#A48A9E (or 0xA48A9E) is unknown color: approx Bouquet. HEX triplet: A4, 8A and 9E. RGB value is (164,138,158). Sum of RGB (Red+Green+Blue) = 164+138+158=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A9E is #5B7561. Grayscale: #949494. Windows color (decimal): -5993826 or 10390180. OLE color: 10390180.

HSL color Cylindrical-coordinate representation of color #A48A9E: hue angle of 313.85º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48A9E is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164138158-
CMYK00.160.040.36
HSL313.85º12.5%59.22%-
HSV(B)313.85º15.85%64.31%-
XYZ30.5728.5436.24-
YUV148.05133.61139.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=35.65%
G=30%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413815800.160.040.36313.8512.559.22
HexA48A9E01042413ac3b
Octal2442122360204444721473
Binary1010010010001010100111100100001001001001001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A9E; }

 p { color: rgb(164,138,158); }

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

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

 a { background-color: rgb(164,138,158); }

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

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

 span { border-color: rgb(164,138,158); }

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