#A896E0

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

Shades of Biloba Flower #A896E0

Tints of Biloba Flower #A896E0

Color information

#A896E0 (or 0xA896E0) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and E0. RGB value is (168,150,224). Sum of RGB (Red+Green+Blue) = 168+150+224=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A896E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896E0 is #57691F. Grayscale: #A3A3A3. Windows color (decimal): -5728544 or 14718632. OLE color: 14718632.

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

Color convert

RGB168150224-
CMYK0.250.3300.12
HSL254.59º54.41%73.33%-
HSV(B)254.59º33.04%87.84%-
XYZ40.5135.5275.24-
YUV163.82161.96130.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=31.00%
G=27.68%
B=41.33%

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
Decimal1681502240.250.3300.12254.5954.4173.33
HexA896E019210Cff3649
Octal250226340314101437766111
Binary1010100010010110111000001100110000101100111111111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896E0; }

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

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

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

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

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

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

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

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