#A2829E

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

Shades of Bouquet #A2829E

Tints of Bouquet #A2829E

Color information

#A2829E (or 0xA2829E) is unknown color: approx Bouquet. HEX triplet: A2, 82 and 9E. RGB value is (162,130,158). Sum of RGB (Red+Green+Blue) = 162+130+158=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2829E is #5D7D61. Grayscale: #8E8E8E. Windows color (decimal): -6126946 or 10388130. OLE color: 10388130.

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

Color convert

RGB162130158-
CMYK00.200.020.36
HSL307.5º14.68%57.25%-
HSV(B)307.5º19.75%63.53%-
XYZ29.0526.1235.86-
YUV142.76136.6141.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=36%
G=28.89%
B=35.11%

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
Decimal16213015800.200.020.36307.514.6857.25
HexA2829E014224134f39
Octal2422022360242444641771
Binary101000101000001010011110010100101001001001101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2829E; }

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

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

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

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

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

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

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

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