#A886DA

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

Shades of Biloba Flower #A886DA

Tints of Biloba Flower #A886DA

Color information

#A886DA (or 0xA886DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 86 and DA. RGB value is (168,134,218). Sum of RGB (Red+Green+Blue) = 168+134+218=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A886DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886DA is #577925. Grayscale: #999999. Windows color (decimal): -5732646 or 14321320. OLE color: 14321320.

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

Color convert

RGB168134218-
CMYK0.230.3900.15
HSL264.29º53.16%69.02%-
HSV(B)264.29º38.53%85.49%-
XYZ37.3330.4470.24-
YUV153.74164.26138.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=32.31%
G=25.77%
B=41.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681342180.230.3900.15264.2953.1669.02
HexA886DA17270F1083545
Octal250206332274701741065105
Binary10101000100001101101101010111100111011111000010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886DA; }

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

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

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

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

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

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

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

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