#A896CC

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

Shades of Biloba Flower #A896CC

Tints of Biloba Flower #A896CC

Color information

#A896CC (or 0xA896CC) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and CC. RGB value is (168,150,204). Sum of RGB (Red+Green+Blue) = 168+150+204=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A896CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896CC is #576933. Grayscale: #A1A1A1. Windows color (decimal): -5728564 or 13407912. OLE color: 13407912.

HSL color Cylindrical-coordinate representation of color #A896CC: hue angle of 260º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A896CC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168150204-
CMYK0.180.2600.2
HSL260º34.62%69.41%-
HSV(B)260º26.47%80%-
XYZ37.9534.561.78-
YUV161.54151.96132.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=32.18%
G=28.74%
B=39.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681502040.180.2600.226034.6269.41
HexA896CC121A0141042345
Octal250226314223202440443105
Binary10101000100101101100110010010110100101001000001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896CC; }

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

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

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

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

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

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

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

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