#A3719A

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

Shades of Bouquet #A3719A

Tints of Bouquet #A3719A

Color information

#A3719A (or 0xA3719A) is unknown color: approx Bouquet. HEX triplet: A3, 71 and 9A. RGB value is (163,113,154). Sum of RGB (Red+Green+Blue) = 163+113+154=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A3719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3719A is #5C8E65. Grayscale: #848484. Windows color (decimal): -6065766 or 10121635. OLE color: 10121635.

HSL color Cylindrical-coordinate representation of color #A3719A: hue angle of 310.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3719A is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163113154-
CMYK00.310.060.36
HSL310.8º21.37%54.12%-
HSV(B)310.8º30.67%63.92%-
XYZ26.8421.9333.39-
YUV132.62140.06149.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=37.91%
G=26.28%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311315400.310.060.36310.821.3754.12
HexA3719A01F6241371536
Octal2431612320376444672566
Binary1010001111100011001101001111111010010010011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3719A; }

 p { color: rgb(163,113,154); }

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

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

 a { background-color: rgb(163,113,154); }

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

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

 span { border-color: rgb(163,113,154); }

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