#A3869F

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

Shades of Bouquet #A3869F

Tints of Bouquet #A3869F

Color information

#A3869F (or 0xA3869F) is unknown color: approx Bouquet. HEX triplet: A3, 86 and 9F. RGB value is (163,134,159). Sum of RGB (Red+Green+Blue) = 163+134+159=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A3869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3869F is #5C7960. Grayscale: #919191. Windows color (decimal): -6060385 or 10454691. OLE color: 10454691.

HSL color Cylindrical-coordinate representation of color #A3869F: hue angle of 308.28º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3869F is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163134159-
CMYK00.180.020.36
HSL308.28º13.62%58.24%-
HSV(B)308.28º17.79%63.92%-
XYZ29.8927.3436.5-
YUV145.52135.61140.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=35.75%
G=29.39%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313415900.180.020.36308.2813.6258.24
HexA3869F012224134e3a
Octal2432062370222444641672
Binary101000111000011010011111010010101001001001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3869F; }

 p { color: rgb(163,134,159); }

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

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

 a { background-color: rgb(163,134,159); }

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

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

 span { border-color: rgb(163,134,159); }

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