#A896FE

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

Shades of Biloba Flower #A896FE

Tints of Biloba Flower #A896FE

Color information

#A896FE (or 0xA896FE) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and FE. RGB value is (168,150,254). Sum of RGB (Red+Green+Blue) = 168+150+254=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #A896FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896FE is #576901. Grayscale: #A6A6A6. Windows color (decimal): -5728514 or 16684712. OLE color: 16684712.

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

Color convert

RGB168150254-
CMYK0.340.4100.00
HSL250.38º98.11%79.22%-
HSV(B)250.38º40.94%99.61%-
XYZ44.9437.2998.6-
YUV167.24176.96128.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=29.37%
G=26.22%
B=44.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681502540.340.4100.00250.3898.1179.22
HexA896FE222900fa624f
Octal250226376425100372142117
Binary101010001001011011111110100010101001001111101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896FE; }

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

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

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

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

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

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

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

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