#A98BF6

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

Shades of Biloba Flower #A98BF6

Tints of Biloba Flower #A98BF6

Color information

#A98BF6 (or 0xA98BF6) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and F6. RGB value is (169,139,246). Sum of RGB (Red+Green+Blue) = 169+139+246=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #A98BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BF6 is #567409. Grayscale: #9F9F9F. Windows color (decimal): -5665802 or 16157609. OLE color: 16157609.

HSL color Cylindrical-coordinate representation of color #A98BF6: hue angle of 256.82º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A98BF6 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169139246-
CMYK0.310.4300.04
HSL256.82º85.6%75.49%-
HSV(B)256.82º43.5%96.47%-
XYZ42.2333.5591.44-
YUV160.17176.44134.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 246 (96.48% from 255) = 44.40%
R=30.51%
G=25.09%
B=44.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691392460.310.4300.04256.8285.675.49
HexA98BF61F2B04101564b
Octal251213366375304401126113
Binary10101001100010111111011011111101011010010000000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BF6; }

 p { color: rgb(169,139,246); }

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

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

 a { background-color: rgb(169,139,246); }

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

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

 span { border-color: rgb(169,139,246); }

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