#A87AA4

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

Shades of Bouquet #A87AA4

Tints of Bouquet #A87AA4

Color information

#A87AA4 (or 0xA87AA4) is unknown color: approx Bouquet. HEX triplet: A8, 7A and A4. RGB value is (168,122,164). Sum of RGB (Red+Green+Blue) = 168+122+164=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A87AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AA4 is #57855B. Grayscale: #8C8C8C. Windows color (decimal): -5735772 or 10779304. OLE color: 10779304.

HSL color Cylindrical-coordinate representation of color #A87AA4: hue angle of 305.22º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87AA4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB168122164-
CMYK00.270.020.34
HSL305.22º20.91%56.86%-
HSV(B)305.22º27.38%65.88%-
XYZ29.8124.9238.36-
YUV140.54141.24147.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=37.00%
G=26.87%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812216400.270.020.34305.2220.9156.86
HexA87AA401B2221311539
Octal2501722440332424612571
Binary101010001111010101001000110111010001010011000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87AA4; }

 p { color: rgb(168,122,164); }

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

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

 a { background-color: rgb(168,122,164); }

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

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

 span { border-color: rgb(168,122,164); }

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