#A986ED

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

Shades of Biloba Flower #A986ED

Tints of Biloba Flower #A986ED

Color information

#A986ED (or 0xA986ED) is unknown color: approx Biloba Flower. HEX triplet: A9, 86 and ED. RGB value is (169,134,237). Sum of RGB (Red+Green+Blue) = 169+134+237=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A986ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986ED is #567912. Grayscale: #9B9B9B. Windows color (decimal): -5667091 or 15566505. OLE color: 15566505.

HSL color Cylindrical-coordinate representation of color #A986ED: hue angle of 260.39º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A986ED is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169134237-
CMYK0.290.4300.07
HSL260.39º74.1%72.75%-
HSV(B)260.39º43.46%92.94%-
XYZ40.1731.684.1-
YUV156.21173.6137.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=31.30%
G=24.81%
B=43.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691342370.290.4300.07260.3974.172.75
HexA986ED1D2B071044a49
Octal251206355355307404112111
Binary10101001100001101110110111101101011011110000010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986ED; }

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

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

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

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

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

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

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

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