#A986F0

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

Shades of Biloba Flower #A986F0

Tints of Biloba Flower #A986F0

Color information

#A986F0 (or 0xA986F0) is unknown color: approx Biloba Flower. HEX triplet: A9, 86 and F0. RGB value is (169,134,240). Sum of RGB (Red+Green+Blue) = 169+134+240=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #A986F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986F0 is #56790F. Grayscale: #9C9C9C. Windows color (decimal): -5667088 or 15763113. OLE color: 15763113.

HSL color Cylindrical-coordinate representation of color #A986F0: hue angle of 259.81º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A986F0 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169134240-
CMYK0.300.4400.06
HSL259.81º77.94%73.33%-
HSV(B)259.81º44.17%94.12%-
XYZ40.6231.7886.43-
YUV156.55175.1136.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=31.12%
G=24.68%
B=44.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691342400.300.4400.06259.8177.9473.33
HexA986F01E2C061044e49
Octal251206360365406404116111
Binary10101001100001101111000011110101100011010000010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986F0; }

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

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

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

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

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

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

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

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