#A991C9

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

Shades of Biloba Flower #A991C9

Tints of Biloba Flower #A991C9

Color information

#A991C9 (or 0xA991C9) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and C9. RGB value is (169,145,201). Sum of RGB (Red+Green+Blue) = 169+145+201=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #A991C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991C9 is #566E36. Grayscale: #9E9E9E. Windows color (decimal): -5664311 or 13210025. OLE color: 13210025.

HSL color Cylindrical-coordinate representation of color #A991C9: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A991C9 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169145201-
CMYK0.160.2800.21
HSL265.71º34.15%67.84%-
HSV(B)265.71º27.86%78.82%-
XYZ37.0332.959.66-
YUV158.56151.95135.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=32.82%
G=28.16%
B=39.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691452010.160.2800.21265.7134.1567.84
HexA991C9101C01510a2244
Octal251221311203402541242104
Binary10101001100100011100100110000111000101011000010101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991C9; }

 p { color: rgb(169,145,201); }

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

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

 a { background-color: rgb(169,145,201); }

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

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

 span { border-color: rgb(169,145,201); }

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