#A896DC

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

Shades of Biloba Flower #A896DC

Tints of Biloba Flower #A896DC

Color information

#A896DC (or 0xA896DC) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and DC. RGB value is (168,150,220). Sum of RGB (Red+Green+Blue) = 168+150+220=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A896DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896DC is #576923. Grayscale: #A3A3A3. Windows color (decimal): -5728548 or 14456488. OLE color: 14456488.

HSL color Cylindrical-coordinate representation of color #A896DC: hue angle of 255.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A896DC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168150220-
CMYK0.240.3200.14
HSL255.43º50%72.55%-
HSV(B)255.43º31.82%86.27%-
XYZ39.9735.372.42-
YUV163.36159.96131.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=31.23%
G=27.88%
B=40.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681502200.240.3200.14255.435072.55
HexA896DC18200Eff3249
Octal250226334304001637762111
Binary1010100010010110110111001100010000001110111111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896DC; }

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

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

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

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

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

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

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

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