#A1819C

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

Shades of Bouquet #A1819C

Tints of Bouquet #A1819C

Color information

#A1819C (or 0xA1819C) is unknown color: approx Bouquet. HEX triplet: A1, 81 and 9C. RGB value is (161,129,156). Sum of RGB (Red+Green+Blue) = 161+129+156=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A1819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1819C is #5E7E63. Grayscale: #8D8D8D. Windows color (decimal): -6192740 or 10256801. OLE color: 10256801.

HSL color Cylindrical-coordinate representation of color #A1819C: hue angle of 309.38º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1819C is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161129156-
CMYK00.200.030.37
HSL309.38º14.55%56.86%-
HSV(B)309.38º19.88%63.14%-
XYZ28.5525.6834.9-
YUV141.65136.1141.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=36.10%
G=28.92%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112915600.200.030.37309.3814.5556.86
HexA1819C014325135f39
Octal2412012340243454651771
Binary101000011000000110011100010100111001011001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1819C; }

 p { color: rgb(161,129,156); }

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

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

 a { background-color: rgb(161,129,156); }

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

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

 span { border-color: rgb(161,129,156); }

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