#A888DB

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

Shades of Biloba Flower #A888DB

Tints of Biloba Flower #A888DB

Color information

#A888DB (or 0xA888DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and DB. RGB value is (168,136,219). Sum of RGB (Red+Green+Blue) = 168+136+219=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A888DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888DB is #577724. Grayscale: #9A9A9A. Windows color (decimal): -5732133 or 14387368. OLE color: 14387368.

HSL color Cylindrical-coordinate representation of color #A888DB: hue angle of 263.13º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A888DB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168136219-
CMYK0.230.3800.14
HSL263.13º53.55%69.61%-
HSV(B)263.13º37.9%85.88%-
XYZ37.7431.0571.02-
YUV155.03164.1137.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=32.12%
G=26.00%
B=41.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681362190.230.3800.14263.1353.5569.61
HexA888DB17260E1073646
Octal250210333274601640766106
Binary10101000100010001101101110111100110011101000001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888DB; }

 p { color: rgb(168,136,219); }

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

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

 a { background-color: rgb(168,136,219); }

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

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

 span { border-color: rgb(168,136,219); }

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