#A2819D

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

Shades of Bouquet #A2819D

Tints of Bouquet #A2819D

Color information

#A2819D (or 0xA2819D) is unknown color: approx Bouquet. HEX triplet: A2, 81 and 9D. RGB value is (162,129,157). Sum of RGB (Red+Green+Blue) = 162+129+157=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A2819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2819D is #5D7E62. Grayscale: #8D8D8D. Windows color (decimal): -6127203 or 10322338. OLE color: 10322338.

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

Color convert

RGB162129157-
CMYK00.200.030.36
HSL309.09º15.07%57.06%-
HSV(B)309.09º20.37%63.53%-
XYZ28.8425.8235.36-
YUV142.06136.43142.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=36.16%
G=28.79%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212915700.200.030.36309.0915.0757.06
HexA2819D014324135f39
Octal2422012350243444651771
Binary101000101000000110011101010100111001001001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2819D; }

 p { color: rgb(162,129,157); }

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

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

 a { background-color: rgb(162,129,157); }

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

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

 span { border-color: rgb(162,129,157); }

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