#A99DBE

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

Shades of Biloba Flower #A99DBE

Tints of Biloba Flower #A99DBE

Color information

#A99DBE (or 0xA99DBE) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and BE. RGB value is (169,157,190). Sum of RGB (Red+Green+Blue) = 169+157+190=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #A99DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DBE is #566241. Grayscale: #A4A4A4. Windows color (decimal): -5661250 or 12492201. OLE color: 12492201.

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

Color convert

RGB169157190-
CMYK0.110.1700.25
HSL261.82º20.25%68.04%-
HSV(B)261.82º17.37%74.51%-
XYZ37.7136.2753.73-
YUV164.35142.48131.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=32.75%
G=30.43%
B=36.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691571900.110.1700.25261.8220.2568.04
HexA99DBEB110191061444
Octal251235276132103140624104
Binary101010011001110110111110101110001011001100000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DBE; }

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

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

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

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

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

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

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

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