#A899D8

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

Shades of Biloba Flower #A899D8

Tints of Biloba Flower #A899D8

Color information

#A899D8 (or 0xA899D8) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and D8. RGB value is (168,153,216). Sum of RGB (Red+Green+Blue) = 168+153+216=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #A899D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899D8 is #576627. Grayscale: #A4A4A4. Windows color (decimal): -5727784 or 14195112. OLE color: 14195112.

HSL color Cylindrical-coordinate representation of color #A899D8: hue angle of 254.29º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A899D8 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168153216-
CMYK0.220.2900.15
HSL254.29º44.68%72.35%-
HSV(B)254.29º29.17%84.71%-
XYZ39.9336.0769.82-
YUV164.67156.97130.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=31.28%
G=28.49%
B=40.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681532160.220.2900.15254.2944.6872.35
HexA899D8161D0Ffe2d48
Octal250231330263501737655110
Binary101010001001100111011000101101110101111111111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899D8; }

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

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

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

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

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

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

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

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