#A99ABF

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

Shades of Biloba Flower #A99ABF

Tints of Biloba Flower #A99ABF

Color information

#A99ABF (or 0xA99ABF) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and BF. RGB value is (169,154,191). Sum of RGB (Red+Green+Blue) = 169+154+191=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #A99ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ABF is #566540. Grayscale: #A2A2A2. Windows color (decimal): -5662017 or 12556969. OLE color: 12556969.

HSL color Cylindrical-coordinate representation of color #A99ABF: hue angle of 264.32º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A99ABF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169154191-
CMYK0.120.1900.25
HSL264.32º22.42%67.65%-
HSV(B)264.32º19.37%74.9%-
XYZ37.3235.3154.14-
YUV162.7143.97132.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 191 (75% from 255) = 37.16%
R=32.88%
G=29.96%
B=37.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691541910.120.1900.25264.3222.4267.65
HexA99ABFC130191081644
Octal251232277142303141026104
Binary101010011001101010111111110010011011001100001000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ABF; }

 p { color: rgb(169,154,191); }

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

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

 a { background-color: rgb(169,154,191); }

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

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

 span { border-color: rgb(169,154,191); }

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