#A896CE

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

Shades of Biloba Flower #A896CE

Tints of Biloba Flower #A896CE

Color information

#A896CE (or 0xA896CE) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and CE. RGB value is (168,150,206). Sum of RGB (Red+Green+Blue) = 168+150+206=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #A896CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896CE is #576931. Grayscale: #A1A1A1. Windows color (decimal): -5728562 or 13538984. OLE color: 13538984.

HSL color Cylindrical-coordinate representation of color #A896CE: hue angle of 259.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A896CE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168150206-
CMYK0.180.2700.19
HSL259.29º36.36%69.8%-
HSV(B)259.29º27.18%80.78%-
XYZ38.234.5963.06-
YUV161.77152.96132.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=32.06%
G=28.63%
B=39.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681502060.180.2700.19259.2936.3669.8
HexA896CE121B0131032446
Octal250226316223302340344106
Binary10101000100101101100111010010110110100111000000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896CE; }

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

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

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

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

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

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

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

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