#A87393

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

Shades of Bouquet #A87393

Tints of Bouquet #A87393

Color information

#A87393 (or 0xA87393) is unknown color: approx Bouquet. HEX triplet: A8, 73 and 93. RGB value is (168,115,147). Sum of RGB (Red+Green+Blue) = 168+115+147=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A87393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87393 is #578C6C. Grayscale: #868686. Windows color (decimal): -5737581 or 9663400. OLE color: 9663400.

HSL color Cylindrical-coordinate representation of color #A87393: hue angle of 323.77º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87393 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168115147-
CMYK00.320.130.34
HSL323.77º23.35%55.49%-
HSV(B)323.77º31.55%65.88%-
XYZ27.5522.6930.53-
YUV134.5135.06151.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=39.07%
G=26.74%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811514700.320.130.34323.7723.3555.49
HexA87393020D221441737
Octal25016322304015425042767
Binary101010001110011100100110100000110110001010100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87393; }

 p { color: rgb(168,115,147); }

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

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

 a { background-color: rgb(168,115,147); }

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

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

 span { border-color: rgb(168,115,147); }

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