#A2829F

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

Shades of Bouquet #A2829F

Tints of Bouquet #A2829F

Color information

#A2829F (or 0xA2829F) is unknown color: approx Bouquet. HEX triplet: A2, 82 and 9F. RGB value is (162,130,159). Sum of RGB (Red+Green+Blue) = 162+130+159=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2829F is #5D7D60. Grayscale: #8E8E8E. Windows color (decimal): -6126945 or 10453666. OLE color: 10453666.

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

Color convert

RGB162130159-
CMYK00.200.020.36
HSL305.62º14.68%57.25%-
HSV(B)305.62º19.75%63.53%-
XYZ29.1426.1536.31-
YUV142.87137.1141.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=35.92%
G=28.82%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213015900.200.020.36305.6214.6857.25
HexA2829F014224132f39
Octal2422022370242444621771
Binary101000101000001010011111010100101001001001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2829F; }

 p { color: rgb(162,130,159); }

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

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

 a { background-color: rgb(162,130,159); }

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

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

 span { border-color: rgb(162,130,159); }

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