#A985F0

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

Shades of Biloba Flower #A985F0

Tints of Biloba Flower #A985F0

Color information

#A985F0 (or 0xA985F0) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and F0. RGB value is (169,133,240). Sum of RGB (Red+Green+Blue) = 169+133+240=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #A985F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985F0 is #567A0F. Grayscale: #9B9B9B. Windows color (decimal): -5667344 or 15762857. OLE color: 15762857.

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

Color convert

RGB169133240-
CMYK0.300.4500.06
HSL260.19º78.1%73.14%-
HSV(B)260.19º44.58%94.12%-
XYZ40.4831.586.39-
YUV155.96175.43137.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 240 (94.14% from 255) = 44.28%
R=31.18%
G=24.54%
B=44.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691332400.300.4500.06260.1978.173.14
HexA985F01E2D061044e49
Octal251205360365506404116111
Binary10101001100001011111000011110101101011010000010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985F0; }

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

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

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

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

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

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

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

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