#A986EE

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

Shades of Biloba Flower #A986EE

Tints of Biloba Flower #A986EE

Color information

#A986EE (or 0xA986EE) is unknown color: approx Biloba Flower. HEX triplet: A9, 86 and EE. RGB value is (169,134,238). Sum of RGB (Red+Green+Blue) = 169+134+238=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A986EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986EE is #567911. Grayscale: #9B9B9B. Windows color (decimal): -5667090 or 15632041. OLE color: 15632041.

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

Color convert

RGB169134238-
CMYK0.290.4400.07
HSL260.19º75.36%72.94%-
HSV(B)260.19º43.7%93.33%-
XYZ40.3231.6684.87-
YUV156.32174.1137.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=31.24%
G=24.77%
B=43.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691342380.290.4400.07260.1975.3672.94
HexA986EE1D2C071044b49
Octal251206356355407404113111
Binary10101001100001101110111011101101100011110000010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986EE; }

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

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

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

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

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

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

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

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