#A1819A

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

Shades of Bouquet #A1819A

Tints of Bouquet #A1819A

Color information

#A1819A (or 0xA1819A) is unknown color: approx Bouquet. HEX triplet: A1, 81 and 9A. RGB value is (161,129,154). Sum of RGB (Red+Green+Blue) = 161+129+154=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A1819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1819A is #5E7E65. Grayscale: #8D8D8D. Windows color (decimal): -6192742 or 10125729. OLE color: 10125729.

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

Color convert

RGB161129154-
CMYK00.200.040.37
HSL313.12º14.55%56.86%-
HSV(B)313.12º19.88%63.14%-
XYZ28.3825.6134.02-
YUV141.42135.1141.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=36.26%
G=29.05%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112915400.200.040.37313.1214.5556.86
HexA1819A014425139f39
Octal2412012320244454711771
Binary1010000110000001100110100101001001001011001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1819A; }

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

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

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

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

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

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

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

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