#A98FD9

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

Shades of Biloba Flower #A98FD9

Tints of Biloba Flower #A98FD9

Color information

#A98FD9 (or 0xA98FD9) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and D9. RGB value is (169,143,217). Sum of RGB (Red+Green+Blue) = 169+143+217=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #A98FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FD9 is #567026. Grayscale: #9E9E9E. Windows color (decimal): -5664807 or 14258089. OLE color: 14258089.

HSL color Cylindrical-coordinate representation of color #A98FD9: hue angle of 261.08º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A98FD9 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169143217-
CMYK0.220.3400.15
HSL261.08º49.33%70.59%-
HSV(B)261.08º34.1%85.1%-
XYZ38.7133.0969.99-
YUV159.21160.61134.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=31.95%
G=27.03%
B=41.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691432170.220.3400.15261.0849.3370.59
HexA98FD916220F1053147
Octal251217331264201740561107
Binary10101001100011111101100110110100010011111000001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FD9; }

 p { color: rgb(169,143,217); }

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

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

 a { background-color: rgb(169,143,217); }

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

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

 span { border-color: rgb(169,143,217); }

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