#A986DB

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

Shades of Biloba Flower #A986DB

Tints of Biloba Flower #A986DB

Color information

#A986DB (or 0xA986DB) is unknown color: approx Biloba Flower. HEX triplet: A9, 86 and DB. RGB value is (169,134,219). Sum of RGB (Red+Green+Blue) = 169+134+219=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A986DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986DB is #567924. Grayscale: #999999. Windows color (decimal): -5667109 or 14386857. OLE color: 14386857.

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

Color convert

RGB169134219-
CMYK0.230.3900.14
HSL264.71º54.14%69.22%-
HSV(B)264.71º38.81%85.88%-
XYZ37.6730.670.94-
YUV154.16164.6138.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=32.38%
G=25.67%
B=41.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691342190.230.3900.14264.7154.1469.22
HexA986DB17270E1093645
Octal251206333274701641166105
Binary10101001100001101101101110111100111011101000010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986DB; }

 p { color: rgb(169,134,219); }

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

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

 a { background-color: rgb(169,134,219); }

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

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

 span { border-color: rgb(169,134,219); }

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