#A888DA

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

Shades of Biloba Flower #A888DA

Tints of Biloba Flower #A888DA

Color information

#A888DA (or 0xA888DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and DA. RGB value is (168,136,218). Sum of RGB (Red+Green+Blue) = 168+136+218=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A888DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888DA is #577725. Grayscale: #9A9A9A. Windows color (decimal): -5732134 or 14321832. OLE color: 14321832.

HSL color Cylindrical-coordinate representation of color #A888DA: hue angle of 263.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A888DA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168136218-
CMYK0.230.3800.15
HSL263.41º52.56%69.41%-
HSV(B)263.41º37.61%85.49%-
XYZ37.613170.33-
YUV154.92163.6137.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=32.18%
G=26.05%
B=41.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681362180.230.3800.15263.4152.5669.41
HexA888DA17260F1073545
Octal250210332274601740765105
Binary10101000100010001101101010111100110011111000001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888DA; }

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

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

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

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

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

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

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

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