#A4919F

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

Shades of Bouquet #A4919F

Tints of Bouquet #A4919F

Color information

#A4919F (or 0xA4919F) is unknown color: approx Bouquet. HEX triplet: A4, 91 and 9F. RGB value is (164,145,159). Sum of RGB (Red+Green+Blue) = 164+145+159=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A4919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4919F is #5B6E60. Grayscale: #989898. Windows color (decimal): -5992033 or 10457508. OLE color: 10457508.

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

Color convert

RGB164145159-
CMYK00.120.030.36
HSL315.79º9.45%60.59%-
HSV(B)315.79º11.59%64.31%-
XYZ31.6930.6537.05-
YUV152.28131.79136.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=35.04%
G=30.98%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414515900.120.030.36315.799.4560.59
HexA4919F0C32413c93d
Octal2442212370143444741175
Binary10100100100100011001111101100111001001001111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4919F; }

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

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

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

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

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

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

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

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