#A5919E

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

Shades of Bouquet #A5919E

Tints of Bouquet #A5919E

Color information

#A5919E (or 0xA5919E) is unknown color: approx Bouquet. HEX triplet: A5, 91 and 9E. RGB value is (165,145,158). Sum of RGB (Red+Green+Blue) = 165+145+158=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5919E is #5A6E61. Grayscale: #989898. Windows color (decimal): -5926498 or 10391973. OLE color: 10391973.

HSL color Cylindrical-coordinate representation of color #A5919E: hue angle of 321º 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 #A5919E is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165145158-
CMYK00.120.040.35
HSL321º10%60.78%-
HSV(B)321º12.12%64.71%-
XYZ31.8130.7236.6-
YUV152.46131.13136.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=35.26%
G=30.98%
B=33.76%

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
Decimal16514515800.120.040.353211060.78
HexA5919E0C423141a3d
Octal2452212360144435011275
Binary101001011001000110011110011001001000111010000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5919E; }

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

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

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

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

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

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

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

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