#A899CF

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

Shades of Biloba Flower #A899CF

Tints of Biloba Flower #A899CF

Color information

#A899CF (or 0xA899CF) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and CF. RGB value is (168,153,207). Sum of RGB (Red+Green+Blue) = 168+153+207=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #A899CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899CF is #576630. Grayscale: #A3A3A3. Windows color (decimal): -5727793 or 13605288. OLE color: 13605288.

HSL color Cylindrical-coordinate representation of color #A899CF: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A899CF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168153207-
CMYK0.190.2600.19
HSL256.67º36%70.59%-
HSV(B)256.67º26.09%81.18%-
XYZ38.835.6163.86-
YUV163.64152.47131.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=31.82%
G=28.98%
B=39.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681532070.190.2600.19256.673670.59
HexA899CF131A0131012447
Octal250231317233202340144107
Binary10101000100110011100111110011110100100111000000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899CF; }

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

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

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

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

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

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

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

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