#A999FE

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

Shades of Biloba Flower #A999FE

Tints of Biloba Flower #A999FE

Color information

#A999FE (or 0xA999FE) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and FE. RGB value is (169,153,254). Sum of RGB (Red+Green+Blue) = 169+153+254=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #A999FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999FE is #566601. Grayscale: #A8A8A8. Windows color (decimal): -5662210 or 16685481. OLE color: 16685481.

HSL color Cylindrical-coordinate representation of color #A999FE: hue angle of 249.5º 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 #A999FE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169153254-
CMYK0.330.4000.00
HSL249.5º98.06%79.8%-
HSV(B)249.5º39.76%99.61%-
XYZ45.6438.3798.77-
YUV169.3175.8127.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=29.34%
G=26.56%
B=44.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691532540.330.4000.00249.598.0679.8
HexA999FE212800fa6250
Octal251231376415000372142120
Binary101010011001100111111110100001101000001111101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999FE; }

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

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

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

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

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

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

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

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