#A98FD6

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

Shades of Biloba Flower #A98FD6

Tints of Biloba Flower #A98FD6

Color information

#A98FD6 (or 0xA98FD6) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and D6. RGB value is (169,143,214). Sum of RGB (Red+Green+Blue) = 169+143+214=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #A98FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FD6 is #567029. Grayscale: #9E9E9E. Windows color (decimal): -5664810 or 14061481. OLE color: 14061481.

HSL color Cylindrical-coordinate representation of color #A98FD6: hue angle of 261.97º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A98FD6 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169143214-
CMYK0.210.3300.16
HSL261.97º46.41%70%-
HSV(B)261.97º33.18%83.92%-
XYZ38.3232.9367.96-
YUV158.87159.11135.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=32.13%
G=27.19%
B=40.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691432140.210.3300.16261.9746.4170
HexA98FD615210101062e46
Octal251217326254102040656106
Binary101010011000111111010110101011000010100001000001101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FD6; }

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

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

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

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

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

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

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

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