#A98AF9

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

Shades of Biloba Flower #A98AF9

Tints of Biloba Flower #A98AF9

Color information

#A98AF9 (or 0xA98AF9) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and F9. RGB value is (169,138,249). Sum of RGB (Red+Green+Blue) = 169+138+249=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #A98AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98AF9 is #567506. Grayscale: #9F9F9F. Windows color (decimal): -5666055 or 16353961. OLE color: 16353961.

HSL color Cylindrical-coordinate representation of color #A98AF9: hue angle of 256.76º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98AF9 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169138249-
CMYK0.320.4500.02
HSL256.76º90.24%75.88%-
HSV(B)256.76º44.58%97.65%-
XYZ42.5533.4593.84-
YUV159.92178.27134.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=30.40%
G=24.82%
B=44.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691382490.320.4500.02256.7690.2475.88
HexA98AF9202D021015a4c
Octal251212371405502401132114
Binary10101001100010101111100110000010110101010000000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AF9; }

 p { color: rgb(169,138,249); }

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

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

 a { background-color: rgb(169,138,249); }

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

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

 span { border-color: rgb(169,138,249); }

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