#A5719C

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

Shades of Bouquet #A5719C

Tints of Bouquet #A5719C

Color information

#A5719C (or 0xA5719C) is unknown color: approx Bouquet. HEX triplet: A5, 71 and 9C. RGB value is (165,113,156). Sum of RGB (Red+Green+Blue) = 165+113+156=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A5719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5719C is #5A8E63. Grayscale: #858585. Windows color (decimal): -5934692 or 10252709. OLE color: 10252709.

HSL color Cylindrical-coordinate representation of color #A5719C: hue angle of 310.38º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5719C is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB165113156-
CMYK00.320.050.35
HSL310.38º22.41%54.51%-
HSV(B)310.38º31.52%64.71%-
XYZ27.4222.2134.29-
YUV133.45140.73150.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=38.02%
G=26.04%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511315600.320.050.35310.3822.4154.51
HexA5719C0205231361637
Octal2451612340405434662667
Binary10100101111000110011100010000010110001110011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5719C; }

 p { color: rgb(165,113,156); }

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

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

 a { background-color: rgb(165,113,156); }

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

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

 span { border-color: rgb(165,113,156); }

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