#A4759E

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

Shades of Bouquet #A4759E

Tints of Bouquet #A4759E

Color information

#A4759E (or 0xA4759E) is unknown color: approx Bouquet. HEX triplet: A4, 75 and 9E. RGB value is (164,117,158). Sum of RGB (Red+Green+Blue) = 164+117+158=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4759E is #5B8A61. Grayscale: #878787. Windows color (decimal): -5999202 or 10384804. OLE color: 10384804.

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

Color convert

RGB164117158-
CMYK00.290.040.36
HSL307.66º20.52%55.1%-
HSV(B)307.66º28.66%64.31%-
XYZ27.8423.0835.34-
YUV135.73140.57148.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=37.36%
G=26.65%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411715800.290.040.36307.6620.5255.1
HexA4759E01D4241341537
Octal2441652360354444642567
Binary1010010011101011001111001110110010010010011010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4759E; }

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

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

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

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

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

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

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

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