#A986E5

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

Shades of Biloba Flower #A986E5

Tints of Biloba Flower #A986E5

Color information

#A986E5 (or 0xA986E5) is unknown color: approx Biloba Flower. HEX triplet: A9, 86 and E5. RGB value is (169,134,229). Sum of RGB (Red+Green+Blue) = 169+134+229=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #A986E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986E5 is #56791A. Grayscale: #9A9A9A. Windows color (decimal): -5667099 or 15042217. OLE color: 15042217.

HSL color Cylindrical-coordinate representation of color #A986E5: hue angle of 262.11º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A986E5 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169134229-
CMYK0.260.4100.10
HSL262.11º64.63%71.18%-
HSV(B)262.11º41.48%89.8%-
XYZ39.0331.1478.08-
YUV155.29169.6137.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 229 (89.84% from 255) = 43.05%
R=31.77%
G=25.19%
B=43.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691342290.260.4100.10262.1164.6371.18
HexA986E51A290A1064147
Octal2512063453251012406101107
Binary101010011000011011100101110101010010101010000011010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986E5; }

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

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

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

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

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

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

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

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