#A99BBE

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

Shades of Biloba Flower #A99BBE

Tints of Biloba Flower #A99BBE

Color information

#A99BBE (or 0xA99BBE) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and BE. RGB value is (169,155,190). Sum of RGB (Red+Green+Blue) = 169+155+190=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #A99BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BBE is #566441. Grayscale: #A3A3A3. Windows color (decimal): -5661762 or 12491689. OLE color: 12491689.

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

Color convert

RGB169155190-
CMYK0.110.1800.25
HSL264º21.21%67.65%-
HSV(B)264º18.42%74.51%-
XYZ37.3835.653.62-
YUV163.18143.14132.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=32.88%
G=30.16%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691551900.110.1800.2526421.2167.65
HexA99BBEB120191081544
Octal251233276132203141025104
Binary101010011001101110111110101110010011001100001000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BBE; }

 p { color: rgb(169,155,190); }

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

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

 a { background-color: rgb(169,155,190); }

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

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

 span { border-color: rgb(169,155,190); }

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