#A899FF

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

Shades of Biloba Flower #A899FF

Tints of Biloba Flower #A899FF

Color information

#A899FF (or 0xA899FF) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and FF. RGB value is (168,153,255). Sum of RGB (Red+Green+Blue) = 168+153+255=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #A899FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899FF is #576600. Grayscale: #A8A8A8. Windows color (decimal): -5727745 or 16751016. OLE color: 16751016.

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

Color convert

RGB168153255-
CMYK0.340.400
HSL248.82º100%80%-
HSV(B)248.82º40%100%-
XYZ45.5938.3399.6-
YUV169.11176.47127.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.17%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 255 (100% from 255) = 44.27%
R=29.17%
G=26.56%
B=44.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681532550.340.400248.8210080
HexA899FF222800f96450
Octal250231377425000371144120
Binary101010001001100111111111100010101000001111100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899FF; }

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

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

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

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

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

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

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

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