#A896F4

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

Shades of Biloba Flower #A896F4

Tints of Biloba Flower #A896F4

Color information

#A896F4 (or 0xA896F4) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and F4. RGB value is (168,150,244). Sum of RGB (Red+Green+Blue) = 168+150+244=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #A896F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896F4 is #57690B. Grayscale: #A5A5A5. Windows color (decimal): -5728524 or 16029352. OLE color: 16029352.

HSL color Cylindrical-coordinate representation of color #A896F4: hue angle of 251.49º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A896F4 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168150244-
CMYK0.310.3900.04
HSL251.49º81.03%77.25%-
HSV(B)251.49º38.52%95.69%-
XYZ43.3836.6790.38-
YUV166.1171.96129.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.89%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 244 (95.70% from 255) = 43.42%
R=29.89%
G=26.69%
B=43.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681502440.310.3900.04251.4981.0377.25
HexA896F41F2704fb514d
Octal250226364374704373121115
Binary1010100010010110111101001111110011101001111101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896F4; }

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

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

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

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

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

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

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

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