#A4819E

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

Shades of Bouquet #A4819E

Tints of Bouquet #A4819E

Color information

#A4819E (or 0xA4819E) is unknown color: approx Bouquet. HEX triplet: A4, 81 and 9E. RGB value is (164,129,158). Sum of RGB (Red+Green+Blue) = 164+129+158=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A4819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4819E is #5B7E61. Grayscale: #8E8E8E. Windows color (decimal): -5996130 or 10387876. OLE color: 10387876.

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

Color convert

RGB164129158-
CMYK00.210.040.36
HSL310.29º16.13%57.45%-
HSV(B)310.29º21.34%64.31%-
XYZ29.3326.0635.83-
YUV142.77136.6143.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=36.36%
G=28.60%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412915800.210.040.36310.2916.1357.45
HexA4819E0154241361039
Octal2442012360254444662071
Binary10100100100000011001111001010110010010010011011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4819E; }

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

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

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

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

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

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

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

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