#A5919F

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

Shades of Bouquet #A5919F

Tints of Bouquet #A5919F

Color information

#A5919F (or 0xA5919F) is unknown color: approx Bouquet. HEX triplet: A5, 91 and 9F. RGB value is (165,145,159). Sum of RGB (Red+Green+Blue) = 165+145+159=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5919F is #5A6E60. Grayscale: #989898. Windows color (decimal): -5926497 or 10457509. OLE color: 10457509.

HSL color Cylindrical-coordinate representation of color #A5919F: hue angle of 318º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5919F is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165145159-
CMYK00.120.040.35
HSL318º10%60.78%-
HSV(B)318º12.12%64.71%-
XYZ31.930.7537.06-
YUV152.58131.63136.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=35.18%
G=30.92%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514515900.120.040.353181060.78
HexA5919F0C42313ea3d
Octal2452212370144434761275
Binary101001011001000110011111011001001000111001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5919F; }

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

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

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

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

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

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

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

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