#A896DD

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

Shades of Biloba Flower #A896DD

Tints of Biloba Flower #A896DD

Color information

#A896DD (or 0xA896DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 96 and DD. RGB value is (168,150,221). Sum of RGB (Red+Green+Blue) = 168+150+221=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A896DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896DD is #576922. Grayscale: #A3A3A3. Windows color (decimal): -5728547 or 14522024. OLE color: 14522024.

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

Color convert

RGB168150221-
CMYK0.240.3200.13
HSL255.21º51.08%72.75%-
HSV(B)255.21º32.13%86.67%-
XYZ40.1135.3673.12-
YUV163.48160.46131.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=31.17%
G=27.83%
B=41.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681502210.240.3200.13255.2151.0872.75
HexA896DD18200Dff3349
Octal250226335304001537763111
Binary1010100010010110110111011100010000001101111111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896DD; }

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

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

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

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

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

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

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

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