#A896EB

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

Shades of Biloba Flower #A896EB

Tints of Biloba Flower #A896EB

Color information

#A896EB (or 0xA896EB) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and EB. RGB value is (168,150,235). Sum of RGB (Red+Green+Blue) = 168+150+235=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A896EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896EB is #576914. Grayscale: #A4A4A4. Windows color (decimal): -5728533 or 15439528. OLE color: 15439528.

HSL color Cylindrical-coordinate representation of color #A896EB: hue angle of 252.71º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A896EB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168150235-
CMYK0.290.3600.08
HSL252.71º68%75.49%-
HSV(B)252.71º36.17%92.16%-
XYZ42.0536.1483.36-
YUV165.07167.46130.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=30.38%
G=27.12%
B=42.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681502350.290.3600.08252.716875.49
HexA896EB1D2408fd444b
Octal2502263533544010375104113
Binary10101000100101101110101111101100100010001111110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896EB; }

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

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

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

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

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

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

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

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