#A884A0

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

Shades of Bouquet #A884A0

Tints of Bouquet #A884A0

Color information

#A884A0 (or 0xA884A0) is unknown color: approx Bouquet. HEX triplet: A8, 84 and A0. RGB value is (168,132,160). Sum of RGB (Red+Green+Blue) = 168+132+160=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A884A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884A0 is #577B5F. Grayscale: #919191. Windows color (decimal): -5733216 or 10519720. OLE color: 10519720.

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

Color convert

RGB168132160-
CMYK00.210.050.34
HSL313.33º17.14%58.82%-
HSV(B)313.33º21.43%65.88%-
XYZ30.7427.3736.92-
YUV145.96135.93143.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=36.52%
G=28.70%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813216000.210.050.34313.3317.1458.82
HexA884A0015522139113b
Octal2502042400255424712173
Binary10101000100001001010000001010110110001010011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884A0; }

 p { color: rgb(168,132,160); }

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

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

 a { background-color: rgb(168,132,160); }

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

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

 span { border-color: rgb(168,132,160); }

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