#A98BF4

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

Shades of Biloba Flower #A98BF4

Tints of Biloba Flower #A98BF4

Color information

#A98BF4 (or 0xA98BF4) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and F4. RGB value is (169,139,244). Sum of RGB (Red+Green+Blue) = 169+139+244=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #A98BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BF4 is #56740B. Grayscale: #9F9F9F. Windows color (decimal): -5665804 or 16026537. OLE color: 16026537.

HSL color Cylindrical-coordinate representation of color #A98BF4: hue angle of 257.14º degrees, saturation: 0.83, 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 #A98BF4 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169139244-
CMYK0.310.4300.04
HSL257.14º82.68%75.1%-
HSV(B)257.14º43.03%95.69%-
XYZ41.9233.4389.83-
YUV159.94175.44134.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.62%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 244 (95.70% from 255) = 44.20%
R=30.62%
G=25.18%
B=44.20%

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
Decimal1691392440.310.4300.04257.1482.6875.1
HexA98BF41F2B04101534b
Octal251213364375304401123113
Binary10101001100010111111010011111101011010010000000110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BF4; }

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

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

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

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

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

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

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

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