#A896E1

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

Shades of Biloba Flower #A896E1

Tints of Biloba Flower #A896E1

Color information

#A896E1 (or 0xA896E1) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and E1. RGB value is (168,150,225). Sum of RGB (Red+Green+Blue) = 168+150+225=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #A896E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896E1 is #57691E. Grayscale: #A3A3A3. Windows color (decimal): -5728543 or 14784168. OLE color: 14784168.

HSL color Cylindrical-coordinate representation of color #A896E1: hue angle of 254.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A896E1 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168150225-
CMYK0.250.3300.12
HSL254.4º55.56%73.53%-
HSV(B)254.4º33.33%88.24%-
XYZ40.6535.5775.96-
YUV163.93162.46130.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 225 (88.28% from 255) = 41.44%
R=30.94%
G=27.62%
B=41.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681502250.250.3300.12254.455.5673.53
HexA896E119210Cfe384a
Octal250226341314101437670112
Binary1010100010010110111000011100110000101100111111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896E1; }

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

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

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

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

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

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

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

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