#A981A3

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

Shades of Bouquet #A981A3

Tints of Bouquet #A981A3

Color information

#A981A3 (or 0xA981A3) is unknown color: approx Bouquet. HEX triplet: A9, 81 and A3. RGB value is (169,129,163). Sum of RGB (Red+Green+Blue) = 169+129+163=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A981A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A981A3 is #567E5C. Grayscale: #909090. Windows color (decimal): -5668445 or 10715561. OLE color: 10715561.

HSL color Cylindrical-coordinate representation of color #A981A3: hue angle of 309º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A981A3 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169129163-
CMYK00.240.040.34
HSL309º18.87%58.43%-
HSV(B)309º23.67%66.27%-
XYZ30.8226.7838.19-
YUV144.84138.25145.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=36.66%
G=27.98%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912916300.240.040.3430918.8758.43
HexA981A3018422135133a
Octal2512012430304424652372
Binary10101001100000011010001101100010010001010011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981A3; }

 p { color: rgb(169,129,163); }

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

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

 a { background-color: rgb(169,129,163); }

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

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

 span { border-color: rgb(169,129,163); }

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