#A899FE

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

Shades of Biloba Flower #A899FE

Tints of Biloba Flower #A899FE

Color information

#A899FE (or 0xA899FE) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and FE. RGB value is (168,153,254). Sum of RGB (Red+Green+Blue) = 168+153+254=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #A899FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899FE is #576601. Grayscale: #A8A8A8. Windows color (decimal): -5727746 or 16685480. OLE color: 16685480.

HSL color Cylindrical-coordinate representation of color #A899FE: hue angle of 248.91º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A899FE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168153254-
CMYK0.340.4000.00
HSL248.91º98.06%79.8%-
HSV(B)248.91º39.76%99.61%-
XYZ45.4338.2698.76-
YUV169175.97127.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.22%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=29.22%
G=26.61%
B=44.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681532540.340.4000.00248.9198.0679.8
HexA899FE222800f96250
Octal250231376425000371142120
Binary101010001001100111111110100010101000001111100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899FE; }

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

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

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

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

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

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

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

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