#A3829E

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

Shades of Bouquet #A3829E

Tints of Bouquet #A3829E

Color information

#A3829E (or 0xA3829E) is unknown color: approx Bouquet. HEX triplet: A3, 82 and 9E. RGB value is (163,130,158). Sum of RGB (Red+Green+Blue) = 163+130+158=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3829E is #5C7D61. Grayscale: #8E8E8E. Windows color (decimal): -6061410 or 10388131. OLE color: 10388131.

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

Color convert

RGB163130158-
CMYK00.200.030.36
HSL309.09º15.21%57.45%-
HSV(B)309.09º20.25%63.92%-
XYZ29.2626.2235.87-
YUV143.06136.43142.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=36.14%
G=28.82%
B=35.03%

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
Decimal16313015800.200.030.36309.0915.2157.45
HexA3829E014324135f39
Octal2432022360243444651771
Binary101000111000001010011110010100111001001001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3829E; }

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

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

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

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

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

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

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

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