#A899D1

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

Shades of Biloba Flower #A899D1

Tints of Biloba Flower #A899D1

Color information

#A899D1 (or 0xA899D1) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and D1. RGB value is (168,153,209). Sum of RGB (Red+Green+Blue) = 168+153+209=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #A899D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899D1 is #57662E. Grayscale: #A3A3A3. Windows color (decimal): -5727791 or 13736360. OLE color: 13736360.

HSL color Cylindrical-coordinate representation of color #A899D1: hue angle of 256.07º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A899D1 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168153209-
CMYK0.200.2700.18
HSL256.07º37.84%70.98%-
HSV(B)256.07º26.79%81.96%-
XYZ39.0535.7165.16-
YUV163.87153.47130.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=31.70%
G=28.87%
B=39.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681532090.200.2700.18256.0737.8470.98
HexA899D1141B0121002647
Octal250231321243302240046107
Binary10101000100110011101000110100110110100101000000001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899D1; }

 p { color: rgb(168,153,209); }

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

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

 a { background-color: rgb(168,153,209); }

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

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

 span { border-color: rgb(168,153,209); }

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