#A2819B

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

Shades of Bouquet #A2819B

Tints of Bouquet #A2819B

Color information

#A2819B (or 0xA2819B) is unknown color: approx Bouquet. HEX triplet: A2, 81 and 9B. RGB value is (162,129,155). Sum of RGB (Red+Green+Blue) = 162+129+155=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A2819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2819B is #5D7E64. Grayscale: #8D8D8D. Windows color (decimal): -6127205 or 10191266. OLE color: 10191266.

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

Color convert

RGB162129155-
CMYK00.200.040.36
HSL312.73º15.07%57.06%-
HSV(B)312.73º20.37%63.53%-
XYZ28.6725.7534.47-
YUV141.83135.43142.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=36.32%
G=28.92%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212915500.200.040.36312.7315.0757.06
HexA2819B014424139f39
Octal2422012330244444711771
Binary1010001010000001100110110101001001001001001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2819B; }

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

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

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

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

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

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

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

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